ruanyl / vim-gh-line

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

Enable users to execute the commands with range #30

Closed notomo closed 5 years ago

notomo commented 5 years ago

GH executed with range throws the E481 error now. This pull-request will solve it.

:1,3GH
E481: No range allowed
nathanshelly commented 5 years ago

any reason this can't be merged?

ruanyl commented 5 years ago

@nathanshelly Merged now, I wasn't aware of this PR. @notomo Thanks!