diff --git a/src/screen.c b/src/screen.c index 7be34fa99..3a585ffa9 100644 --- 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 diff --git a/src/version.c b/src/version.c index 60fb612ec..e7c0d761e 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 301, /**/ 300, /**/