mirror of
https://github.com/neovim/neovim.git
synced 2026-05-30 08:45:46 +00:00
Problem: nvim_exec_autocmds() documentation incorrectly describes the default for "pattern" as *, when it's actually the current file name (like :doautocmd). Solution: correct it. Add a test.