mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0-114
This commit is contained in:
@@ -1960,10 +1960,13 @@ vgetorpeek(advance)
|
||||
c = Ctrl_C;
|
||||
flush_buffers(TRUE); /* flush all typeahead */
|
||||
|
||||
/* Also record this character, it might be needed to
|
||||
* get out of Insert mode. */
|
||||
*typebuf.tb_buf = c;
|
||||
gotchars(typebuf.tb_buf, 1);
|
||||
if (advance)
|
||||
{
|
||||
/* Also record this character, it might be needed to
|
||||
* get out of Insert mode. */
|
||||
*typebuf.tb_buf = c;
|
||||
gotchars(typebuf.tb_buf, 1);
|
||||
}
|
||||
cmd_silent = FALSE;
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user