summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-10-02 20:55:54 +0000
committerBram Moolenaar <Bram@vim.org>2008-10-02 20:55:54 +0000
commitd9205ca1fdc3a8ed6c1629eaddfefa061d898fec (patch)
tree9e3f922649e8ed4ada73c1c7ce14e06863733c37 /src/normal.c
parent991e10f3c7dd8a70ed6e8e975dab438ae85d73bc (diff)
updated for version 7.2-025v7.2.025
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index 462bd35f5c..c1e630a331 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;