aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/misc1.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-09 21:55:28 -0800
committerGitHub <noreply@github.com>2019-11-09 21:55:28 -0800
commit268252c8c729fa6076037c04966c0a6e694dab75 (patch)
treed9875962bdfe4fda3f83d5ca4b0475eab0525240 /src/nvim/misc1.c
parent7a23b67d3594ffb8b6d8629fd9ca1ef8147596db (diff)
parent099c38efed6cf5ca87dbff5c1d90a274991da4cf (diff)
downloadrneovim-268252c8c729fa6076037c04966c0a6e694dab75.tar.gz
rneovim-268252c8c729fa6076037c04966c0a6e694dab75.tar.bz2
rneovim-268252c8c729fa6076037c04966c0a6e694dab75.zip
Merge #11343 from janlazo/vim-8.1.2244
vim-patch:8.1.{324,1091,2244,2258,2262,2268,2270,2272}
Diffstat (limited to 'src/nvim/misc1.c')
-rw-r--r--src/nvim/misc1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/misc1.c b/src/nvim/misc1.c
index 1db8a1fa11..c1de7ab9a4 100644
--- a/src/nvim/misc1.c
+++ b/src/nvim/misc1.c
@@ -792,6 +792,8 @@ int prompt_for_number(int *mouse_used)
cmdline_row = msg_row - 1;
}
need_wait_return = false;
+ msg_didany = false;
+ msg_didout = false;
} else {
cmdline_row = save_cmdline_row;
}