mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00

The '?' needs to be escaped, because the autocommand is using
file-patterns (glob like) and not a regex). See :h file-pattern
closes: vim/vim#17890
f7deb815b0
Co-authored-by: Girish Palya <girishji@gmail.com>