mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +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. Co-authored-by: ii14 <ii14@users.noreply.github.com>