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')
|
||||
apply_autocmds(EVENT_INSERTLEAVE, NULL, NULL,
|
||||
FALSE, curbuf);
|
||||
did_cursorhold = FALSE;
|
||||
#endif
|
||||
return (c == Ctrl_O);
|
||||
}
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
119,
|
||||
/**/
|
||||
118,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user