diff src/screen.c @ 1588:3b48421dbde1 v7.1.301

updated for version 7.1-301
author vimboss
date Wed, 28 May 2008 17:02:46 +0000
parents 71db8539b8c4
children dbef8434a2ea
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -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