forked from aniani/vim
updated for version 7.3.901
Problem: Outdated comment, ugly condition. Solution: Update a few comments, break line.
This commit is contained in:
@@ -444,7 +444,7 @@ flush_buffers(flush_typeahead)
|
||||
typebuf.tb_off = MAXMAPLEN;
|
||||
typebuf.tb_len = 0;
|
||||
}
|
||||
else /* remove mapped characters only */
|
||||
else /* remove mapped characters at the start only */
|
||||
{
|
||||
typebuf.tb_off += typebuf.tb_maplen;
|
||||
typebuf.tb_len -= typebuf.tb_maplen;
|
||||
|
Reference in New Issue
Block a user