commit | bc1a7c32e3926861ce926bcebc577a1cda1a43e1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 19:04:14 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 19:04:14 2006 +0000 |
tree | 4c4bd7988862fc57fc0820ad4f82d323289f5848 | |
parent | b38dea217f846bf721c5c57be1b239a76ca0161a [diff] [blame] |
updated for version 7.0-107
diff --git a/src/screen.c b/src/screen.c index 6c6403e..8c5e20c 100644 --- a/src/screen.c +++ b/src/screen.c
@@ -1228,7 +1228,14 @@ { 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