]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-025 v7.2.025
authorBram Moolenaar <Bram@vim.org>
Thu, 2 Oct 2008 20:55:54 +0000 (20:55 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 2 Oct 2008 20:55:54 +0000 (20:55 +0000)
src/normal.c
src/version.c

index 462bd35f5c78bb0513813c161ad7adc2bbad5902..c1e630a3317dd4f692e4a8d78e31a47236f2353c 100644 (file)
@@ -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;
index c5dc0fde9eba1ea566f31db680e25c29dfc75dd7..45bb7e5fb3beeea70d371f77e652e2038c1bf29f 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    25,
 /**/
     24,
 /**/