ruanyl / vim-gh-line

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

Support for googlesource.com links #41

Closed AceroM closed 4 years ago

AceroM commented 4 years ago

Hello,

I love this plugin, really helpful! However, while I was working on a googlesource.com project, I noticed that there wasn't support for it (i.e: https://go.googlesource.com/ , https://chromium.googlesource.com/ , https://android.googlesource.com/) So I tried to make an implementation of it. Googlesource.com is where Google hosts many opensource projects which is based off of Gtiles. Gtiles is a simple git repository browser which is the which is the reason that there is no range option, you can only highlight one line.

ruanyl commented 4 years ago

Thanks @AceroM, the PR looks good to me. Just have a small comment if you can have a look.