0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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