updated for version 7.0-119
author |
vimboss |
date |
Fri, 06 Oct 2006 18:39:58 +0000 |
parents |
144ad7f25f67 |
children |
c5d5e0f3403f |
files |
src/edit.c src/version.c |
diffstat |
2 files changed, 3 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/src/edit.c
+++ b/src/edit.c
@@ -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);
}
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 119,
+/**/
118,
/**/
117,