A plugin has commands:

MyPluginCommand1
MyPluginCommand2


I want to run these commands in an init script after my plugin has finished
loading. Putting these in .gvimrc seems to work fine as its processed after
all the plugins are finished loading, but .vimrc wouldn't work as it is
loaded first. I browsed through the startup help files -- they mention the
'plugin/after' directory; however that ends up being processed before the
plugin loads as well. Can someone please point me to how this is usually
done?

Thanks,
Hari

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to