]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.376 v7.4.376
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Jul 2014 11:50:46 +0000 (13:50 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Jul 2014 11:50:46 +0000 (13:50 +0200)
Problem:    Popup menu flickers too much.
Solution:   Remove the forced redraw. (Hirohito Higashi)

src/edit.c
src/version.c

index f0d630a054e98464b5839f44139ee65951ce1b55..69679bcdddf60b1127f70bc4595743509791ac30 100644 (file)
@@ -4593,9 +4593,9 @@ ins_compl_delete()
     i = compl_col + (compl_cont_status & CONT_ADDING ? compl_length : 0);
     backspace_until_column(i);
 
-    /* Not sure what is still valid, better redraw everything. */
+    /* TODO: is this sufficient for redrawing?  Redrawing everything causes
+     * flicker, thus we can't do that. */
     changed_cline_bef_curs();
-    redraw_curbuf_later(NOT_VALID);
 }
 
 /* Insert the new text being completed. */
index c93f108f4e2191da383064fd9ed6a54a51b95e7d..47248ee4b0b2706243b6f21d7b3c0490b65f2176 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    376,
 /**/
     375,
 /**/