mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-01-19 09:32:54 +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.
102 KiB
102 KiB