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

Add issue searches using the github search api #151

Closed TheJefe closed 9 years ago

TheJefe commented 9 years ago

This change allows a user to define their own search criteria using the Githubs search API.

This can be used by setting this

let g:gh_issues_query = "state:open user:github label:\"feature\" sort:created-asc"

Then running this command :Gisearch

jaxbot commented 9 years ago

Oh wow, this email got buried! My bad. Can you resolve the conflicts?

TheJefe commented 9 years ago

Ok, we are rebased and working. However I also just noticed a that Pull Requests opened using this new search list, can't open the commit list or file diff. I am fine with handling that in this PR, or another one. Doesn't matter. In fact, I'll fix it in another, and leave it up to you on how/where/when you want to merge them.

TheJefe commented 9 years ago

Ok, It wasn't as big of change to fix this, so I just included it in this PR. It all works nice now. Let me know if you have any questions.