aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authornotomo <notomo.motono@gmail.com>2022-11-07 10:20:27 +0900
committernotomo <notomo.motono@gmail.com>2022-11-07 10:20:27 +0900
commit72f8613e97e3ab4e375a1b9dd20c847f7148acf2 (patch)
tree417579d4693b0d5937633d7a32233f442e96cdc3 /src
parent8045296e8b6d10611a5fce2db0b9b90a1989100c (diff)
downloadrneovim-72f8613e97e3ab4e375a1b9dd20c847f7148acf2.tar.gz
rneovim-72f8613e97e3ab4e375a1b9dd20c847f7148acf2.tar.bz2
rneovim-72f8613e97e3ab4e375a1b9dd20c847f7148acf2.zip
fix(ui-ext): correct message kind in history before vim.ui_attach()
Diffstat (limited to 'src')
-rw-r--r--src/nvim/message.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/message.c b/src/nvim/message.c
index fa1c8036e6..e42fd42d46 100644
--- a/src/nvim/message.c
+++ b/src/nvim/message.c
@@ -3151,6 +3151,7 @@ int msg_end(void)
void msg_ext_ui_flush(void)
{
if (!ui_has(kUIMessages)) {
+ msg_ext_kind = NULL;
return;
}