fix(cmdheight=0): various issues part3 #19816

And fixed in https://github.com/neovim/neovim/pull/19801 regression.

Fix #19834
Fix #19184
This commit is contained in:
Shougo
2022-09-06 23:33:25 +09:00
committed by GitHub
parent 12afc344de
commit 87e037e26c
3 changed files with 2 additions and 7 deletions

View File

@@ -1698,6 +1698,7 @@ static void getchar_common(typval_T *argvars, typval_T *rettv)
if (!ui_has_messages()) {
// redraw the screen after getchar()
update_screen(UPD_NOT_VALID);
clear_cmdline = true;
}
set_vim_var_nr(VV_MOUSE_WIN, 0);