screen: add missing status redraw when redraw_later(CLEAR) was used

This commit is contained in:
Björn Linse
2018-12-05 10:50:38 +01:00
parent e509576e53
commit f1ce9b3be2
2 changed files with 78 additions and 2 deletions

View File

@@ -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;
}