mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-15 14:53:51 -05:00
Tab complete results are always passed to fnameescape(), which can result in the output having more backslashes than the input, causing those results to be filtered out. Attempt to reconcile this. References: https://github.com/tpope/vim-fugitive/issues/1916