From d9205ca1fdc3a8ed6c1629eaddfefa061d898fec Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 2 Oct 2008 20:55:54 +0000 Subject: [PATCH] updated for version 7.2-025 --- src/normal.c | 3 ++- src/version.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/normal.c b/src/normal.c index 462bd35f5..c1e630a33 100644 --- 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 index c5dc0fde9..45bb7e5fb 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 25, /**/ 24, /**/ -- 2.50.1