]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-066 v7.0.066
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Aug 2006 19:48:48 +0000 (19:48 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Aug 2006 19:48:48 +0000 (19:48 +0000)
src/popupmnu.c
src/version.c

index 21dfc850adb8e6664cf5a65530bb15e1b809c548..f280ff25d8ad79a4968dbc5193c2db338e725047 100644 (file)
@@ -552,6 +552,9 @@ pum_undisplay()
 {
     pum_array = NULL;
     redraw_all_later(SOME_VALID);
+#ifdef FEAT_WINDOWS
+    redraw_tabline = TRUE;
+#endif
     status_redraw_all();
 }
 
index 1f97a51a5c915ee4a9c88eef4a69a2bb563f9d89..3c2d9a32a2fd5cbf6774919edacb204214f1e2f0 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    66,
 /**/
     65,
 /**/