On Thu, 1 Mar 2007, Alexander Farber wrote:

> Hello,
> 
> I've spent several hours, but just can't figure out,
> why wouldn't Vim 7.0 on my english Win Xp Pro PC
> execute the highlight commands from my .vimrc.
> 
> I'd like to have my Comments inverted and thus I have:
>   hi Comment    guifg=white  guibg=black

If I recall correctly, this will affect gvim, because
you have have used GUIfg and GUIbg (caps for emphasis).
What happens if you supplement these:

  hi Comment  ctermfg=white guifg=white ctermbg=black guibg=black

Then it should affect vim invoked from the command prompt, I think.
This is based on your talking about vim rather than gvim and not
discussing how you invoked it.  Sorry if this is irrelevant .

        Hugh

Reply via email to