On 2011-03-18 Tony Mechelynck <[email protected]> wrote:

> On 18/03/11 15:55, Marco wrote:
> > I started using vim-addon-manager. But I have some problems using it. How
> > do I determine the name of the plugin I have to put into my vimrc? The
> > following shows some examples of plugin names on the left and the
> > corresponding vimrc entries on the right.
> >
> > AlignPlugin Align294
> > minibufexpl minibufexplorer_-_Elegant_buffer_explorer
> > matchit             matchit.zip
> >
> > How can one determine the right names? Or is there an easier solution?
> 
> You shouldn't need anything in the vimrc. I don't use the first two that 
> you mention, but for matchit I have a one-line file named 
> $VIM/vimfiles/plugin/matchit.vim with the following contents:
> 
> runtime macros/matchit.vim
> 
> [...]

Either you misunderstand me or I do something totally wrong. A quote from the
installation of the vim-addon-manager:

  3. Add ~/vim-addons/vim-addon-manager to your runtimepath by adding the
     following lines to your vimrc: >
        fun SetupVAM()
          set runtimepath+=~/vim-addons/vim-addon-manager
            call vam#ActivateAddons(['pluginA', 'pluginB'])
        endf
        call SetupVAM()

The names I mentioned were the names that are put in place of pluginA and
pluginB.


Marco


-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to