mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -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 */
|
||||
|
||||
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;
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
114,
|
||||
/**/
|
||||
113,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user