mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-06-26 18:50:25 +08:00
88a97127d1
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