Excerpts from Marko Mahnič's message of Tue Mar 22 11:05:45 +0100 2011:
> I prefer to enable the plugins in a two step process. First I Add()
In Vam you have two functions:
Install and ActivateAddons representing both phases.

Internally you can access a dict to find out which addons have been
activated:

if 1 == get(g:vim_addon_manager.activated_addons,"NAME",0)
  " plugin NAME was activated
endif

So it looks like VAM could get your job done easily.

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