0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-188

This commit is contained in:
Bram Moolenaar
2008-01-02 21:09:33 +00:00
parent 30405d35ef
commit 21af89e2e8
2 changed files with 3 additions and 1 deletions

View File

@@ -550,7 +550,7 @@ edit(cmdchar, startln, count)
i = showmode();
if (!p_im && did_restart_edit == 0)
change_warning(i + 1);
change_warning(i == 0 ? 0 : i + 1);
#ifdef CURSOR_SHAPE
ui_cursor_shape(); /* may show different cursor shape */