forked from aniani/vim
updated for version 7.0-119
This commit is contained in:
@@ -923,6 +923,7 @@ doESCkey:
|
|||||||
if (cmdchar != 'r' && cmdchar != 'v')
|
if (cmdchar != 'r' && cmdchar != 'v')
|
||||||
apply_autocmds(EVENT_INSERTLEAVE, NULL, NULL,
|
apply_autocmds(EVENT_INSERTLEAVE, NULL, NULL,
|
||||||
FALSE, curbuf);
|
FALSE, curbuf);
|
||||||
|
did_cursorhold = FALSE;
|
||||||
#endif
|
#endif
|
||||||
return (c == Ctrl_O);
|
return (c == Ctrl_O);
|
||||||
}
|
}
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
119,
|
||||||
/**/
|
/**/
|
||||||
118,
|
118,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user