]> granicus.if.org Git - vim/commitdiff
patch 7.4.2303 v7.4.2303
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 18:58:24 +0000 (20:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Sep 2016 18:58:24 +0000 (20:58 +0200)
Problem:    When using "is" the mode isn't always updated.
Solution:   Redraw the command line. (Christian Brabandt)

src/search.c
src/version.c

index a6b93415d023a4cd9d2fc4a5128dcc2adda409d3..bbda8acce2bacc1309bc03b6f842f915da0dcb0a 100644 (file)
@@ -3638,6 +3638,7 @@ extend:
            ++curwin->w_cursor.col;
        VIsual = start_pos;
        VIsual_mode = 'v';
+       redraw_cmdline = TRUE;          /* show mode later */
        redraw_curbuf_later(INVERTED);  /* update the inversion */
     }
     else
index d2296c4b3ee2c4c0635510ac7e2222a660290a68..edee28a67f31fd8286c447cba7544e541c07e453 100644 (file)
@@ -763,6 +763,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2303,
 /**/
     2302,
 /**/