mirror of
https://github.com/tpope/vim-fugitive.git
synced 2026-01-21 10:32:12 +08:00
Fixes #871 It is valid - though odd - to open a file at `some//path`. In that case the current check for fugitive buffers matches and changes &path unexpectedly. A stricter match against `://` prevents this.