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

Trying to install vam #88

Closed Ziiweb closed 12 years ago

Ziiweb commented 12 years ago

Hi,

I have just followed the instructions written here about installing vam (see the response),

http://stackoverflow.com/questions/5765229/fuzzyfinder-not-working-in-gvim?answertab=active#tab-top

but when i run vim i get this:

Error detected while processing /home/tirengarfio/.vimrc: line 2: E117: Unknown function: vam#ActivateAddons line 4: E117: Unknown function: vam#ActivateAddons Press ENTER or type command to continue

Any help?

Javi

ZyX-I commented 12 years ago

There are official instructions for installations, you’d better follow them.

In the code you pointed to I falsely suggested to download tarball for “default” branch (don’t remember how it did appear there), but you need to do so with “master” one. Just substitute default with master or refollow instructions (they were fixed to use git). Note that if you do not have git you need to do additional setup, it is described in documentation (do :h vam#vcs).

MarcWeber commented 12 years ago

@ZyX Thanks for caring Wow - stackoverflow allows editing posts today.. So is it turning slowly into a Wikipedia ?

I've added an note about where to find the official documentation

ZyX-I commented 12 years ago

Wow - stackoverflow allows editing posts today.. So is it turning slowly into a Wikipedia ?

It allowed edits of my own answers since the very registration.

And I have a possibility to edit other people’s posts starting at some reputation (though won’t have used this variant if it wasn’t my post).