mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +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.