0
0
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:
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(); 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 */

View File

@@ -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,
/**/ /**/