mirror of
https://github.com/neovim/neovim.git
synced 2026-01-22 21:00:36 +00:00
Using fnameescape() for the path argument of findfile() and finddir() is wrong, as fnameescape() is intended to be used for parts of Ex commands, not function arguments.