mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-06-24 17:53:53 +08:00
6356bbc4a7
When expecting <f-args> with -nargs=*, Vim rudely halves sequences of consecutive backslashes, mutilating our URLs on Windows in the process. Resort to splitting <q-args> by hand instead. Closes https://github.com/tpope/vim-fugitive/issues/1579