Excerpts from Marko Mahnič's message of Wed Mar 23 08:32:33 +0100 2011:
> They both take a list of plugins to install or activate. What I have
> is a 2 step process for activation. Add() just adds the plugin to the
> list of plugins to be activated. Activate() has no parameters and uses
> the list created by Add() calls.
This sounds like

let names = []

" do this for each pugin preparing a list to be activated
call add(names,"new_name");
call add(names,"new_name");

call vam#ActivateAddons(names)

So yes - you're right :)

Marc Weber

-- 
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