]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-301 v7.1.301
authorBram Moolenaar <Bram@vim.org>
Wed, 28 May 2008 17:02:46 +0000 (17:02 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 May 2008 17:02:46 +0000 (17:02 +0000)
src/screen.c
src/version.c

index 7be34fa99b315c4a7120f3662031ca588ff83f0a..3a585ffa9c290cda82fd3f147fbcddbc91745c8d 100644 (file)
@@ -9357,6 +9357,11 @@ showruler(always)
        )
        maketitle();
 #endif
+#ifdef FEAT_WINDOWS
+    /* Redraw the tab pages line if needed. */
+    if (redraw_tabline)
+       draw_tabline();
+#endif
 }
 
 #ifdef FEAT_CMDL_INFO
index 60fb612eccc7e68bd3cded7db6fc429a41024f9f..e7c0d761ed423824291e4e5ba6ca8f702dbd2f89 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    301,
 /**/
     300,
 /**/