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;
|
c = Ctrl_C;
|
||||||
flush_buffers(TRUE); /* flush all typeahead */
|
flush_buffers(TRUE); /* flush all typeahead */
|
||||||
|
|
||||||
|
if (advance)
|
||||||
|
{
|
||||||
/* Also record this character, it might be needed to
|
/* Also record this character, it might be needed to
|
||||||
* get out of Insert mode. */
|
* get out of Insert mode. */
|
||||||
*typebuf.tb_buf = c;
|
*typebuf.tb_buf = c;
|
||||||
gotchars(typebuf.tb_buf, 1);
|
gotchars(typebuf.tb_buf, 1);
|
||||||
|
}
|
||||||
cmd_silent = FALSE;
|
cmd_silent = FALSE;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
114,
|
||||||
/**/
|
/**/
|
||||||
113,
|
113,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user