mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
screen: add missing status redraw when redraw_later(CLEAR) was used
This commit is contained in:
@@ -669,8 +669,8 @@ static void win_update(win_T *wp)
|
||||
|
||||
type = wp->w_redr_type;
|
||||
|
||||
if (type == NOT_VALID) {
|
||||
wp->w_redr_status = TRUE;
|
||||
if (type >= NOT_VALID) {
|
||||
wp->w_redr_status = true;
|
||||
wp->w_lines_valid = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user