ruanyl / vim-gh-line

vim plugin that open the link of current line on github
MIT License
408 stars 37 forks source link

Does not work on symlinked files unless in actual .git directory #48

Open erikr opened 3 years ago

erikr commented 3 years ago

Overview

This plugin fails on symlinked files. It only works if the user opens the file from the original directory that contains .git.

Error message

E605: Exception not caught: The remote: zsh:1: no matches found: (or any of the parent directo
ries): has not been recognized as belonging to one of the supported git hosing environments: G
itHub, GitLab, BitBucket, Cgit

Steps to reproduce

Proposed fix

TBD