Closed DamZiobro closed 9 years ago
Hey,
thanks for the patch!
I'm a bit reluctant to add general case [a-z]+
because it might match something random, so there might be false positives.
About adding support for ssh://
: is that something you somehow use within tmux? I'm asking because whenever I use ssh
in the terminal it's mostly in the format of user@domain.com
.
@bruno- the output of git remote -v
for instance, might very well list an ssh://
url.
Here is patch which should help: