>> So, now, i would like to call a function that is in one plugin. >> Is it possible to load only one plugin and without _vimrc ? > let's you choose which plugins to activate easily.
Alternatively, you could use the tplugin script (http://www.vim.org/scripts/script.php?script_id=2917), which will define proxy commands & catch calls to undefined functions (similar to the AsNeeded plugin) in order to enable plugins only when they are needed. You have to run the :TPluginScan command first in order to enable tplugin. You can still use VAM or a similar plugin manager to download & update your plugins. -- 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
