]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.357 v7.4.357
authorBram Moolenaar <Bram@vim.org>
Wed, 9 Jul 2014 12:00:49 +0000 (14:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 9 Jul 2014 12:00:49 +0000 (14:00 +0200)
Problem:    After completion some characters are not redrawn.
Solution:   Clear the command line unconditionally. (Jacob Niehus)

src/edit.c
src/version.c

index a43d0d7b85037a8559e5f20070aae73545f55731..241707f63971169e0314ce163f13e65a24a6ef44 100644 (file)
@@ -3854,8 +3854,7 @@ ins_compl_prep(c)
            ins_compl_free();
            compl_started = FALSE;
            compl_matches = 0;
-           if (!shortmess(SHM_COMPLETIONMENU))
-               msg_clr_cmdline();      /* necessary for "noshowmode" */
+           msg_clr_cmdline();  /* necessary for "noshowmode" */
            ctrl_x_mode = 0;
            compl_enter_selects = FALSE;
            if (edit_submode != NULL)
index 909ce569f40f86d0357352dfc02a8215a1a070af..87884dc463adb53d100e70d47b6f6bcbe846b6b5 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    357,
 /**/
     356,
 /**/