fix(ui): set redraw_cmdline when setting window height (#19630)

This commit is contained in:
zeertzjq
2022-08-03 19:25:03 +08:00
committed by GitHub
parent 5ee56f95c7
commit c57e133e50
3 changed files with 39 additions and 1 deletions

View File

@@ -5518,6 +5518,7 @@ void win_setheight_win(int height, win_T *win)
msg_row = row;
msg_col = 0;
redraw_all_later(NOT_VALID);
redraw_cmdline = true;
}
}