jaxbot / github-issues.vim

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

Add in cache_ignore flag so :Gissues updates properly. Fixes #58 #59

Closed jonmorehouse closed 10 years ago

jonmorehouse commented 10 years ago

Remove caching so that :Gissues works properly on multiple calls. Note that caching still works fine for Gstatus, Gdiff, Gcommit but only updates on subsequent calls to :Gissues

jaxbot commented 10 years ago

Looks good, thanks!