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

Caching on lists is broken #130

Closed jaxbot closed 9 years ago

jaxbot commented 9 years ago

Two main problems:

  1. Caching auto resets after 3 uses, globally. This should be query based, and time based.
  2. If an empty list is returned from the API, the request is force attempted again. This shouldn't happen. Again, it should be time based.