diff --git a/src/edit.c b/src/edit.c index b00608554..43a4c39a7 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 3331694ab..31df51773 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, /**/