mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0-107
This commit is contained in:
@@ -1228,7 +1228,14 @@ win_update(wp)
|
|||||||
{
|
{
|
||||||
mid_end = wp->w_height;
|
mid_end = wp->w_height;
|
||||||
if (lastwin == firstwin)
|
if (lastwin == firstwin)
|
||||||
|
{
|
||||||
screenclear();
|
screenclear();
|
||||||
|
#ifdef FEAT_WINDOWS
|
||||||
|
/* The screen was cleared, redraw the tab pages line. */
|
||||||
|
if (redraw_tabline)
|
||||||
|
draw_tabline();
|
||||||
|
#endif
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
107,
|
||||||
/**/
|
/**/
|
||||||
106,
|
106,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user