From: Bram Moolenaar Date: Wed, 28 May 2008 17:02:46 +0000 (+0000) Subject: updated for version 7.1-301 X-Git-Tag: v7.1.301 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=497683bc34549cea1189888a4e326aef516ba89f;p=vim updated for version 7.1-301 --- 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, /**/