forked from aniani/vim
patch 9.0.0086: tabline is not redrawn when entering command line
Problem: Tabline is not redrawn when entering command line. Solution: Set "redraw_tabline". (closes #10771)
This commit is contained in:
@@ -1758,6 +1758,13 @@ getcmdline_int(
|
||||
wp->w_redr_status = TRUE;
|
||||
found_one = TRUE;
|
||||
}
|
||||
|
||||
if (*p_tal != NUL)
|
||||
{
|
||||
redraw_tabline = TRUE;
|
||||
found_one = TRUE;
|
||||
}
|
||||
|
||||
if (found_one)
|
||||
redraw_statuslines();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user