jaxbot / github-issues.vim

Github issue lookup in Vim
http://jaxbot.me/articles/github-issues-vim-plugin-5-7-2014
Other
405 stars 28 forks source link

Allow `Gishow` to take a single param and fall back to current working directories remote repo #143

Closed TheJefe closed 9 years ago

TheJefe commented 9 years ago

This change gives :Gishow the ability to accept 1 or 2 params.

examples: :Gishow 143 will fallback to the current working directories remote repo :Gishow 143 jaxbot/github-issues.vim will open issue 143 of jaxbot/github-issues.vim

jaxbot commented 9 years ago

Solid improvement, but only works if the cwd is within the git repo. I think I'm going to abstract it to use the repo detection from the other routines