mirror of
https://github.com/neovim/neovim.git
synced 2026-06-06 12:04:15 +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.