mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0f04
This commit is contained in:
12
src/screen.c
12
src/screen.c
@@ -463,6 +463,12 @@ update_screen(type)
|
||||
))
|
||||
curwin->w_redr_type = type;
|
||||
|
||||
#ifdef FEAT_WINDOWS
|
||||
/* Redraw the tab pages line if needed. */
|
||||
if (redraw_tabline || type >= NOT_VALID)
|
||||
draw_tabline();
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SYN_HL
|
||||
/*
|
||||
* Correct stored syntax highlighting info for changes in each displayed
|
||||
@@ -490,12 +496,6 @@ update_screen(type)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_WINDOWS
|
||||
/* Redraw the tab pages line if needed. */
|
||||
if (redraw_tabline || type >= NOT_VALID)
|
||||
draw_tabline();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Go from top to bottom through the windows, redrawing the ones that need
|
||||
* it.
|
||||
|
Reference in New Issue
Block a user