vim-fubitive
vim-fubitive copied to clipboard
Wrong handling of Disk Lable like "D:\" in windows
Hi there,
Thanks for the plugin, it works perfectly in Ubuntu. However when I goes into windows, the file path starts with Disk Label like "D:....". It seems fubitive will recognize D: as a git revision. Results in
The path "..." does not exist at revision "D"
Is this a problem only with vim-fubitive, or with vim-fugitive?
Hi @mark2185 , I tried with github repo with vim-rhubarb. No such issue is there.
Alright, could you please give me the steps to try and reproduce it?
Hi @mark2185 , I don't find a public bitbucket repo. I am working in a company bitbucket repo. Open any file under it and use GBrowse, it will show a page indicating
The path "..." does not exist at revision "D"
The URL is ending with ?at=D, removing it can show the correct file in repo
I guess the PR #34 could fix this behaviour.
Could you please try it out to see if it helps?
I am not sure if I doing it right. I cherry pick 7321a38 but it don't help. the ?at=D changes to ?until=D, which is still not solving the "D:\" translate from a disk label to a git revision