]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-188 v7.1.188
authorBram Moolenaar <Bram@vim.org>
Wed, 2 Jan 2008 21:09:33 +0000 (21:09 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 2 Jan 2008 21:09:33 +0000 (21:09 +0000)
src/edit.c
src/version.c

index f528b9649bc7e1fafb8fad8ad808207be99db3ce..2663e6e98b82b48e0025d14407a24fcab714f8fd 100644 (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 */
index 92cd49b7ab9c5d65da7b6ec852f172525e28c2e2..5e84c66055bfc30f129a8e332dfbdf3fbbaf3c73 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    188,
 /**/
     187,
 /**/