updated for version 7.1-301
diff --git a/src/screen.c b/src/screen.c
index 7be34fa..3a585ff 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -9357,6 +9357,11 @@
        )
 	maketitle();
 #endif
+#ifdef FEAT_WINDOWS
+    /* Redraw the tab pages line if needed. */
+    if (redraw_tabline)
+	draw_tabline();
+#endif
 }
 
 #ifdef FEAT_CMDL_INFO
diff --git a/src/version.c b/src/version.c
index 60fb612..e7c0d76 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    301,
+/**/
     300,
 /**/
     299,