On Mon, Apr 17, 2006 at 02:34:28PM +0200, Georg Dahn wrote: > Hi! > > > Yes, your vimrc file should be executed first. I am still curious > >about the result of > > > >:verbose hi Constant > > Last set by C:\Programme\Vim\vim70e\syntax\syncolor.vim > > >Along with > > > >:scriptnames > > > >This should give some clues as to what is going on. > > 1: C:\Programme\Vim\_vimrc [snip] > 11: C:\Programme\Vim\vim70e\syntax\syncolor.vim [snip] > 23: C:\Programme\Vim\_gvimrc
It looks as though the Constant highlight group is being set in syncolor.vim (after the :syntax on line in your vimrc file) and not being changed when your gvimrc file is read. If you want to explore this further, you could add some debugging lines to your gvimrc file to try to figure out why hi Constant guifg=Maroon is not taking effect. HTH --Benji Fisher