updated for version 7.2-025
diff --git a/src/normal.c b/src/normal.c
index 462bd35..c1e630a 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -1132,7 +1132,8 @@
 	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
index c5dc0fd..45bb7e5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    25,
+/**/
     24,
 /**/
     23,