This commit is contained in:
Jan Edmund Lazo
2018-08-05 18:02:24 -04:00
parent 47d52e1578
commit 41dbb69a85
5 changed files with 7 additions and 7 deletions

View File

@@ -442,7 +442,7 @@ void flush_buffers(int flush_typeahead)
// Reset the flag that text received from a client or from feedkeys()
// was inserted in the typeahead buffer.
typebuf_was_filled = false;
} else { /* remove mapped characters at the start only */
} else { // remove mapped characters at the start only
typebuf.tb_off += typebuf.tb_maplen;
typebuf.tb_len -= typebuf.tb_maplen;
}