You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 directories): has not been recognized as belonging to one of the supported git hosing environments: GitHub, GitLab, BitBucket, Cgit
Steps to reproduce
Git directory is /foo and file inside is /foo/bar.py.
Symlink to /foo/bar.py, e.g. ln -s /foo/bar.py ~/bar.py.
Open the symlinked file in vim a directory other than /foo, e.g.
cd~
vim ~/bar.py
Run <leader>gh.
Proposed fix
TBD
The text was updated successfully, but these errors were encountered:
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
Steps to reproduce
/foo
and file inside is/foo/bar.py
./foo/bar.py
, e.g.ln -s /foo/bar.py ~/bar.py
./foo
, e.g.<leader>gh
.Proposed fix
TBD
The text was updated successfully, but these errors were encountered: