1
0
forked from aniani/vim

updated for version 7.0210

This commit is contained in:
Bram Moolenaar
2006-02-28 23:50:17 +00:00
parent 5e3cb7e869
commit b388adb188
3 changed files with 77 additions and 16 deletions

View File

@@ -670,6 +670,7 @@ normal_cmd(oap, toplevel)
c = 'd';
else
c = 'c';
msg_nowait = TRUE; /* don't delay going to insert mode */
}
#endif