On May 4, 11:47 am, "Torsten A." <[email protected]> wrote:
> 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
>

Looks like you're very close!

The after directory (for plugins) is ~/.vim/after/plugin, not directly
in the after directory.

Additionally, you need to give your file the same name as the plugin
script that exists in the ~/.vim/plugin directory.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to