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

I get E605 when "ActivateAddons 'SupterTab%1643', 'c%123' " #117

Closed EvanJIang closed 11 years ago

EvanJIang commented 11 years ago

The following is the error message printed. Can you help me to find out the solution? Thanks.

No repository location info known for plugin c%123. No repository location info known for plugin SupterTab%1643. Error detected while processing function SetupVAM..vam#ActivateAddons: line 129: E605: Exception not caught: These plugins could not be activated for some reason: ['SupterTab%1643', 'c%123']

ZyX-I commented 11 years ago

You have typos: “Super”, not “Supter”, “231”, not “123”. Use completion, it will prevent such errors.

EvanJIang commented 11 years ago

Thanks for your help. I am sorry for my stupid careless.

MarcWeber commented 11 years ago

Please keep in mind that there is also the :AddonsInfo command which should help finding the name. Eg try :AddonsInfos 1643 to find the name of the script having id 1643.

Also try Su using :Activate/Install Addons commands or use completion in .vim files.

Last but not least you can grep vim-addon-manager-known-repositories

Enjoy & have fun