fix(ui-ext): send title to newly-attached UI

This commit is contained in:
zeertzjq
2023-05-11 10:48:48 +08:00
parent ee986ee044
commit 43d66c0ebb
4 changed files with 14 additions and 5 deletions

View File

@@ -4875,9 +4875,6 @@ static void ex_stop(exarg_T *eap)
ui_call_suspend();
ui_flush();
maketitle();
resettitle(); // force updating the title
ui_refresh(); // may have resized window
apply_autocmds(EVENT_VIMRESUME, NULL, NULL, false, NULL);
}