aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/getchar.c
diff options
context:
space:
mode:
authorShougo <Shougo.Matsu@gmail.com>2022-09-06 23:33:25 +0900
committerGitHub <noreply@github.com>2022-09-06 07:33:25 -0700
commit87e037e26cfd53c3c34ac9029a8833023af60a56 (patch)
tree8792f478cd73667735dec287c0f855e6e6ccfd30 /src/nvim/getchar.c
parent12afc344deb2df3973904fe55813d700da985dbf (diff)
downloadrneovim-87e037e26cfd53c3c34ac9029a8833023af60a56.tar.gz
rneovim-87e037e26cfd53c3c34ac9029a8833023af60a56.tar.bz2
rneovim-87e037e26cfd53c3c34ac9029a8833023af60a56.zip
fix(cmdheight=0): various issues part3 #19816
And fixed in https://github.com/neovim/neovim/pull/19801 regression. Fix #19834 Fix #19184
Diffstat (limited to 'src/nvim/getchar.c')
-rw-r--r--src/nvim/getchar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/getchar.c b/src/nvim/getchar.c
index 22c350d36b..e125d88395 100644
--- a/src/nvim/getchar.c
+++ b/src/nvim/getchar.c
@@ -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);