0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0232

This commit is contained in:
Bram Moolenaar
2006-03-23 22:59:57 +00:00
parent 7b5f8325ee
commit db552d60ec
28 changed files with 415 additions and 347 deletions

View File

@@ -8791,7 +8791,7 @@ draw_tabline()
redraw_tabline = FALSE;
#ifdef FEAT_GUI_TABLINE
/* When the GUI has the tabline then this always returns zero. */
/* Take care of a GUI tabline. */
if (gui_use_tabline())
{
gui_update_tabline();