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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user