mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
fix(ui-ext): correct message kind in history before vim.ui_attach()
This commit is contained in:
@@ -3151,6 +3151,7 @@ int msg_end(void)
|
||||
void msg_ext_ui_flush(void)
|
||||
{
|
||||
if (!ui_has(kUIMessages)) {
|
||||
msg_ext_kind = NULL;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user