mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
lint
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user