mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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 */
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
188,
|
||||
/**/
|
||||
187,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user