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:
@@ -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
|
||||
|
Reference in New Issue
Block a user