# HG changeset patch # User vimboss # Date 1211994166 0 # Node ID 3b48421dbde112f3a6dae67a651a9f114d85c874 # Parent a0c01df852e1d183c879ee114b35b2b5b0d06746 updated for version 7.1-301 diff --git a/src/screen.c b/src/screen.c --- 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 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 301, +/**/ 300, /**/ 299,