mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-26 17:10:23 +08:00
fb07620878
* Don't attempt to handle relative paths, as there's no guarantee the current working directory is the one Vim was started with. In practice, the only relative path I've seen is `.git/index`, which is already the default and thus harmless to ignore. * Cache the result of FugitiveVimPath(), to allow for slow implementations.