mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-06-16 12:26:24 +08:00
099d65826e
When using a helper script to make Windows Vim work with Cygwin Git, arguments containing spaces don't survive being passed through "cmd /c" to this script and are decomposed into several tokens. Just use "%x20" instead of spaces in the pretty format to avoid the problem.