> My .vimrc is read in as number 10, and apparently the subsequent > 18 files override some specifications in my .vimrc.
I don't fully understand your questions but you can use vimrc to configure plugins that are loaded afterwards. A subsequently loaded plugin shouldn't override the settings made in vimrc but it should use them instead of pre-defined default values. AFAIK vimrc should be read first since this is the place where you should set nocp and enable filetypes etc. gvimrc should be loaded after all plugins are loaded but before the GUIEnter and VimEnter events are triggered. -- 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
