mirror of
https://github.com/neovim/neovim.git
synced 2026-06-12 14:58:15 +00:00
fix(ui): do not call showmode() when setting window height (#18969)
This commit is contained in:
@@ -5509,7 +5509,6 @@ void win_setheight_win(int height, win_T *win)
|
||||
msg_row = row;
|
||||
msg_col = 0;
|
||||
redraw_all_later(NOT_VALID);
|
||||
showmode();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user