tani / vim-jetpack

The lightning-fast plugin manager, alternative to vim-plug
https://gist.asciidoctor.org/?github-tani/vim-jetpack/main//README.adoc&source-highlighter=highlightjs
MIT License
323 stars 32 forks source link

Closes #99 #100

Closed tani closed 1 year ago

tani commented 1 year ago

I forgot to check whether the s:available_packaes is empty in the past change. s:available_packages() will re-cache if the variable is empty, that is, jetpack#begin() is called.