# HG changeset patch # User vimboss # Date 1222980954 0 # Node ID b61422c4dc7a81d340e33e0ddb8ce8cf0f94aec4 # Parent 1e25b58fbf7babbbe054e118617a49790f532fd4 updated for version 7.2-025 diff --git a/src/normal.c b/src/normal.c --- a/src/normal.c +++ b/src/normal.c @@ -1132,7 +1132,8 @@ getcount: out_flush(); #endif #ifdef FEAT_AUTOCMD - did_cursorhold = FALSE; + if (ca.cmdchar != K_IGNORE) + did_cursorhold = FALSE; #endif State = NORMAL; diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 25, +/**/ 24, /**/ 23,