mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-04-26 17:10:23 +08:00
a8d450fcfe
In 1.7.10, the git-file switched from using an absolute to a relative path. Treat any path starting with "." as relative. (A more robust check for a relative path is more complicated than looking for a leading slash because of Windows.) Closes #201.