0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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')
apply_autocmds(EVENT_INSERTLEAVE, NULL, NULL,
FALSE, curbuf);
did_cursorhold = FALSE;
#endif
return (c == Ctrl_O);
}