summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-28 23:50:17 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-28 23:50:17 +0000
commitb388adb1887c50d351cff7d15227e837303a64cb (patch)
tree9552cf02286f6d4ab79f0e9065257667bef1697a /src/normal.c
parent5e3cb7e8699f855193179a8cb799d1087f4a2ac9 (diff)
downloadvim-git-b388adb1887c50d351cff7d15227e837303a64cb.tar.gz
updated for version 7.0210
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normal.c b/src/normal.c
index b603184be..16ab0c1a2 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -670,6 +670,7 @@ normal_cmd(oap, toplevel)
c = 'd';
else
c = 'c';
+ msg_nowait = TRUE; /* don't delay going to insert mode */
}
#endif