summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2008-10-02 20:55:54 +0000
committervimboss <devnull@localhost>2008-10-02 20:55:54 +0000
commit544a7e84eb450c280111d3e8aac3f91cf54f8318 (patch)
tree9e3f922649e8ed4ada73c1c7ce14e06863733c37
parentfa56486ce3128463fa29e6750dffcf52bfdb86ed (diff)
downloadvim-544a7e84eb450c280111d3e8aac3f91cf54f8318.tar.gz
updated for version 7.2-025v7.2.025v7-2-025
-rw-r--r--src/normal.c3
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 462bd35f..c1e630a3 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 c5dc0fde..45bb7e5f 100644
--- 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,