mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
fix(startup): trigger UIEnter for the correct channel (#25860)
This commit is contained in:
@@ -2570,6 +2570,9 @@ void do_autocmd_uienter(uint64_t chanid, bool attached)
|
||||
{
|
||||
static bool recursive = false;
|
||||
|
||||
if (starting == NO_SCREEN) {
|
||||
return; // user config hasn't been sourced yet
|
||||
}
|
||||
if (recursive) {
|
||||
return; // disallow recursion
|
||||
}
|
||||
|
Reference in New Issue
Block a user