# HG changeset patch # User vimboss # Date 1158260654 0 # Node ID eb4ee2010aae8f4361054eb367a7b13dcfd738c2 # Parent e1efa991c2b6992bf361cb432895749fc6b1109e updated for version 7.0-107 diff --git a/src/screen.c b/src/screen.c --- a/src/screen.c +++ b/src/screen.c @@ -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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 107, +/**/ 106, /**/ 105,