mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-06-16 04:16:23 +08:00
49c6be334c
With 'shellslash' set, tempname() returns a filename with forward slashes, which trips up the type command if we don't translate to backslashes first. Fixes half of #212.