mirror of
https://github.com/neovim/neovim.git
synced 2025-10-14 22:06:07 +00:00
fix(ui): set redraw_cmdline when setting window height (#19630)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user