mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-28 01:35:28 +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.