mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
fix(ui-ext): send title to newly-attached UI
This commit is contained in:
@@ -3444,7 +3444,6 @@ void resettitle(void)
|
||||
{
|
||||
ui_call_set_icon(cstr_as_string(lasticon));
|
||||
ui_call_set_title(cstr_as_string(lasttitle));
|
||||
ui_flush();
|
||||
}
|
||||
|
||||
#if defined(EXITFREE)
|
||||
|
Reference in New Issue
Block a user