Re: Highlighting in Vim 7

2006-05-16 Thread Eric Arnold
Did you try putting these at the bottom of your vimrc? If so, then it might be a plugin or script you are using which is causing them to reset. Try --noplugin. On 5/15/06, Antun Karlovac [EMAIL PROTECTED] wrote: I just upgraded from GVIM 6.3 to GVIM 7, and my highlight colors no longer work.

Highlighting in Vim 7

2006-05-15 Thread Antun Karlovac
I just upgraded from GVIM 6.3 to GVIM 7, and my highlight colors no longer work. I'm on Windows. In my _vimrc file I had the following settings: highlight Comment guifg=#5F5F5F highlight Constant guifg=#AA highlight Type gui=NONE guifg=#990011 highlight Search

Re: Highlighting in Vim 7

2006-05-15 Thread Antun Karlovac
Hi Chip Thanks for the response. Is the vimfiles/after/plugin/... a special location? I'm on Windows, and I added the following file: c:\Vim\vimfiles\after\plugin\antuncolormod.vim I had to make both the after and plugins directories. However my file does not appear to be getting picked up.