]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.807 v7.3.807
authorBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2013 11:16:05 +0000 (12:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 13 Feb 2013 11:16:05 +0000 (12:16 +0100)
Problem:    Popup menu does not work properly with the preview window, folds
            and 'cursorcolumn'.
Solution:   Redraw the popup menu after redrawing windows. (Christian
            Brabandt)

src/screen.c
src/version.c

index 6d2345cbe53102467a5cf1e2be24b5c86d6234e3..055a46d9507bbb3952f6dcfdeb3824fc75af3f6d 100644 (file)
@@ -548,6 +548,11 @@ update_screen(type)
 #if defined(FEAT_SEARCH_EXTRA)
     end_search_hl();
 #endif
+#ifdef FEAT_INS_EXPAND
+    /* May need to redraw the popup menu. */
+    if (pum_visible())
+       pum_redraw();
+#endif
 
 #ifdef FEAT_WINDOWS
     /* Reset b_mod_set flags.  Going through all windows is probably faster
index 83cdd98ce8bd6a951b128948b1913e5da437914d..1c23a5e87320e19490a55636065fad07f5059989 100644 (file)
@@ -725,6 +725,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    807,
 /**/
     806,
 /**/