fix(ui): do not call showmode() when setting window height (#18969)

This commit is contained in:
zeertzjq
2022-06-15 19:41:58 +08:00
committed by GitHub
parent 504d7decbd
commit 0c6ad03c3f
2 changed files with 33 additions and 1 deletions

View File

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