mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(startup): trigger UIEnter for the correct channel (#25860)
This commit is contained in:
@@ -589,7 +589,7 @@ int main(int argc, char **argv)
|
||||
apply_autocmds(EVENT_VIMENTER, NULL, NULL, false, curbuf);
|
||||
TIME_MSG("VimEnter autocommands");
|
||||
if (use_remote_ui) {
|
||||
do_autocmd_uienter(CHAN_STDIO, true);
|
||||
do_autocmd_uienter_all();
|
||||
TIME_MSG("UIEnter autocommands");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user