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();
|
i = showmode();
|
||||||
|
|
||||||
if (!p_im && did_restart_edit == 0)
|
if (!p_im && did_restart_edit == 0)
|
||||||
change_warning(i + 1);
|
change_warning(i == 0 ? 0 : i + 1);
|
||||||
|
|
||||||
#ifdef CURSOR_SHAPE
|
#ifdef CURSOR_SHAPE
|
||||||
ui_cursor_shape(); /* may show different cursor shape */
|
ui_cursor_shape(); /* may show different cursor shape */
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
188,
|
||||||
/**/
|
/**/
|
||||||
187,
|
187,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user