mirror of
https://github.com/neovim/neovim.git
synced 2026-04-17 04:53:02 +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.