mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00

Problem: A plugin does not know when VimEnter autocommands were already
triggered.
Solution: Add the v:vim_did_enter variable.
1473551a44