fix(startup): trigger UIEnter for the correct channel (#25860)

This commit is contained in:
zeertzjq
2023-11-01 12:16:37 +08:00
committed by GitHub
parent 4e6096a67f
commit d7359a8742
5 changed files with 36 additions and 23 deletions

View File

@@ -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");
}