bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Fix line selection range being passed to GitHub #99

Closed russelldavis closed 8 years ago

russelldavis commented 8 years ago

If you select a single line (e.g., by using 'Expand selection to line'), the selection will actually end up as two lines, ending at column 0 of the second line. This accounts for that so that the second line is ignored.

bgreenlee commented 8 years ago

Awesome! Thank you.