commit | bd2ac7ec09c617e9faec176de665a2862484ba32 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 28 22:34:45 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 28 22:34:45 2006 +0000 |
tree | b2cfbbd048693a0ad1a8b349538cda752a37b93d | |
parent | c1b5286315db24e25b05f9ac8d19f11e11793a8f [diff] [blame] |
updated for version 7.0f04
diff --git a/src/gui.c b/src/gui.c index 9a69a09..fe12864 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -3394,6 +3394,11 @@ if (!gui.starting && starting == 0) { + /* Updating the tabline uses direct GUI commands, flush + * outstanding instructions first. (esp. clear screen) */ + out_flush(); + gui_mch_flush(); + if (!showit != !shown) gui_mch_show_tabline(showit); if (showit != 0)