fix(ui-ext): correct message kind in history before vim.ui_attach()

This commit is contained in:
notomo
2022-11-07 10:20:27 +09:00
parent 8045296e8b
commit 72f8613e97
2 changed files with 28 additions and 0 deletions

View File

@@ -3151,6 +3151,7 @@ int msg_end(void)
void msg_ext_ui_flush(void)
{
if (!ui_has(kUIMessages)) {
msg_ext_kind = NULL;
return;
}