mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-03-14 18:58:28 +08:00
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.