mirror of
https://github.com/neovim/neovim.git
synced 2025-11-18 00:01:46 +00:00
"VimEnter foo" was accepted as a valid event name for "VimEnter".
Events delimited with commas, eg. "VimEnter,BufRead", were also
accepted, even though only the first event was actually parsed.
(cherry picked from commit 1397016259)