mirror of
https://github.com/neovim/neovim.git
synced 2026-06-29 22:41:12 +00:00
Omitting 'pattern' in nvim_exec_autocmds should be equivalent to omitting the 'fname' argument in :doautoall, which is equivalent to using an empty string as the pattern. Fixes regression introduced in #19091.