0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0-107

This commit is contained in:
Bram Moolenaar
2006-09-14 19:04:14 +00:00
parent b38dea217f
commit bc1a7c32e3
2 changed files with 9 additions and 0 deletions

View File

@@ -1228,7 +1228,14 @@ win_update(wp)
{
mid_end = wp->w_height;
if (lastwin == firstwin)
{
screenclear();
#ifdef FEAT_WINDOWS
/* The screen was cleared, redraw the tab pages line. */
if (redraw_tabline)
draw_tabline();
#endif
}
}
}
else

View File

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