1
0
forked from aniani/vim

updated for version 7.0-119

This commit is contained in:
Bram Moolenaar
2006-10-06 18:39:58 +00:00
parent 970cf12a3c
commit c0a0ab5c54
2 changed files with 3 additions and 0 deletions

View File

@@ -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);
} }

View File

@@ -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,
/**/ /**/