mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-25 00:34:00 +08:00
321328c6c5
This isn't a big deal for temp files themselves, but if we're checking an arbitrary buffer, it's possible we'll end up hitting a slow network share just to find out if the path is relative. This new s:AbsoluteVimPath() helper could potentially be reused in a lot of places. But this diff is big enough as is; save that for later.