mirror of
https://github.com/tpope/vim-rhubarb.git
synced 2026-06-16 12:26:28 +08:00
9edacf9d5b
FugitiveFind() is guaranteed to include a Vim friendly path, while FugitiveCommonDir() currently returns a Git friendly path. That is, the latter uses forwards slashes even on win32, and might do something to accommodate Cygwin.