mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.0f04
This commit is contained in:
@@ -3394,6 +3394,11 @@ gui_update_tabline()
|
||||
|
||||
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)
|
||||
|
Reference in New Issue
Block a user