]> granicus.if.org Git - vim/commitdiff
updated for version 7.0-107 v7.0.107
authorBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 19:04:14 +0000 (19:04 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 14 Sep 2006 19:04:14 +0000 (19:04 +0000)
src/screen.c
src/version.c

index 6c6403e0bac6ac4b2b045c3f822a7ff0ad7a508f..8c5e20ce29c2c123dc7790fcd048ed02654601ff 100644 (file)
@@ -1228,7 +1228,14 @@ win_update(wp)
        {
            mid_end = wp->w_height;
            if (lastwin == firstwin)
+           {
                screenclear();
+#ifdef FEAT_WINDOWS
+               /* The screen was cleared, redraw the tab pages line. */
+               if (redraw_tabline)
+                   draw_tabline();
+#endif
+           }
        }
     }
     else
index fefee12566a1450d7044353f9d1cea1e75bf8ea4..c828f6f58ee02c7add4d7f15c9b9640dff1b9b08 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    107,
 /**/
     106,
 /**/