knsh14 / vim-github-link

generate github link from selected lines in vim
MIT License
62 stars 15 forks source link

fix url regex pattern of https #17

Closed knsh14 closed 2 years ago

knsh14 commented 2 years ago

if you contributes private repo, remote url is http://TOKEN:x-oauth-basic@github.com/ORG/REPO. I fixed http pattern to handle this pattern.