From: Bram Moolenaar Date: Fri, 6 Oct 2006 18:39:58 +0000 (+0000) Subject: updated for version 7.0-119 X-Git-Tag: v7.0.119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a0ab5c5402177becfa08721fb88523b1ecc404;p=thirdparty%2Fvim.git updated for version 7.0-119 --- diff --git a/src/edit.c b/src/edit.c index b00608554e..43a4c39a73 100644 --- 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); } diff --git a/src/version.c b/src/version.c index 3331694abc..31df517734 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 119, /**/ 118, /**/