Reputation: 350
Multiple part question on running gvim on windows xp.
I have a _vimrc file that does not want to take either one of my guifont settings below:
set guifont=Monospace:h8
set gfn=Monospace:h8
I do not have a _gvimrc file, as it seems to take all the other settings I have told it to take. Do I really need a _gvimrc configuration file?
When I do a split-screen, why does my syntax highlighting disappear on the new screen(s)? My first file will highlight fine.
Is there a comprehensive blog on how to configure gvim for windows xp? I have found a few 'how-tos' but they haven't really been all that helpful.
Thanks.
Upvotes: 0
Views: 1088
Reputation: 350
Nevermind, I was using the wrong font. There are a certain number of fonts gvim does not take on Windows. I am using this setting:
set gfn=courier_new:h9
Thanks.
Upvotes: 1