mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
fix(ui-ext): send title to newly-attached UI
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user