Thank you very much for this plugin. I've been using it for a couple years now and it works great.
Today I updated my vim plugins and suddenly nothing loaded! I eventually figured out that
:runtime vim-unbundle/unbundle.vim
wasn't working anymore because it changed to:
:runtime vim-unbundle/plugin/unbundle.vim
Could you put a big note in the README about this breaking change to help other people who stumble here looking for a solution? IMO, it's easy to miss that one word in the command.
Hi,
Thank you very much for this plugin. I've been using it for a couple years now and it works great.
Today I updated my vim plugins and suddenly nothing loaded! I eventually figured out that
wasn't working anymore because it changed to:
Could you put a big note in the README about this breaking change to help other people who stumble here looking for a solution? IMO, it's easy to miss that one word in the command.