mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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
)