MarcWeber / vim-addon-manager

manage and install vim plugins (including their dependencies) in a sane way. If you have any trouble contact me. Usually I reply within 24 hours
Other
660 stars 59 forks source link

:UpdateActivatedAddons does not update VAM #71

Closed cheater closed 12 years ago

cheater commented 12 years ago

I have to go to the vam checkout and update the git clone manually. I keep forgetting about this, and then I get errors, e.g. if vam-kr changes and expects vam to be a newer version than it is.

cheater commented 12 years ago

I have tried it on the current revision (7af9978c) and on the previous one (96f3202c). The final report does not mention vam in either the updated addons or addons that were already up to date.

MarcWeber commented 12 years ago

56832c4 fixed. Thanks for reporting. Don't know why it broke. You've been able to install by passing the name explicitly always.

ZyX-I commented 12 years ago

Fixed in 88de62fd2587d1304b69da1b3c6eca9e713057cc. Previous fix was not respecting system-wide installations and had completely unneeded changes to autoload/vam/install.vim which led to double VAM update.