Hello,
I like to automatically load the project settings using the vim project
plugin. As far as I know the ~/.vimrc is executed before the plugins are
loaded. Therefore, I cannot set the path for the plugin using
>:Project path/to/project.vim
because the plugin isn't available yet.
I checked the vim help and found the ~/.vim/after directory, which is
supposed to be scanned __after__ the plugins are loaded. I tried to add
my script setting the plugin path in the "after" directory, but the
script is never executed. Currently I got in ~/.vim/after/my_project.vim
only the lines
:Project project.vim
:alsdjflajds
for testing purpose. But vim doesn't load the project nor does it fail
when executing :asldjfaldj => not being executed.
Can someone please give me a hint how to invoke my own script at a point
in time, when the plugins have already been loaded?
Thanks for your help!
Cheers,
Torsten
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---