0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

updated for version 7.1-301

This commit is contained in:
Bram Moolenaar
2008-05-28 17:02:46 +00:00
parent a6b1a7e182
commit 497683bc34
2 changed files with 7 additions and 0 deletions

View File

@@ -9357,6 +9357,11 @@ showruler(always)
) )
maketitle(); maketitle();
#endif #endif
#ifdef FEAT_WINDOWS
/* Redraw the tab pages line if needed. */
if (redraw_tabline)
draw_tabline();
#endif
} }
#ifdef FEAT_CMDL_INFO #ifdef FEAT_CMDL_INFO

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
301,
/**/ /**/
300, 300,
/**/ /**/