On Jan 11, 2:52 pm, Tony Mechelynck wrote: > Then, global plugins are read after your vimrc. Yet you can override > them too: either (if you have only a few changes) by autocommands > defined in your vimrc for the VimEnter event (which is triggered at the > very end of startup), or if your changes are more extensive, by one or > more user scripts at ~/.vim/after/plugin/*.vim (that's on Unix: on > Windows, replace /.vim/ by /vimfiles/). These "after" plugins are all > sourced just after the plugins in $VIMRUNTIME/plugin.
Understood, many thanks! I'll check out the VimEnter event mechanism for now. My original problem still stands. I'm tinkering with it every couple of hours, inbetween getting real work done. Best, Jonathan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
