mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-12-06 12:14:31 +08:00
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.