2009/10/30 Arseni Buinitsky: > > Seems this is more general issue - I am having problems with current > git snapshot (just installed, and this is my first Vim experience, so > maybe I am wrong somewhere...) > > Setting this: > > highlight Pmenu guifg=#CECECE guibg=#111111 > highlight PmenuSel gui=bold guifg=#CECECE guibg=#595858 > > in my .vimrc doesn't work (no errors, just ignores, or overrides > somewhere later, I don't know exactly). Works only after evaluating > theese manually or running :source $MYVIMRC > > My configure parameters were ./configure --with-features=huge --with- > macarchs=x86_64 --enable-cscope --enable-rubyinterp --with-macsdk=10.6
MacVim changes the colorscheme in its system gvimrc file, but only if you have not set another colorscheme manually. However, the heuristic to check if the colorscheme has changed will fail if you only modify individual highlight entries which is why you are seeing this problem. Moving the highlight entries into your gvimrc will fix the problem. I never realized this problem was there. Would you say that this urgently require a fix? (It should work if I source the MacVim colorscheme in the system vimrc instead. Will this cause other problems?) Björn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
