mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-11 04:53:45 -05: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.