IMO The easier way is to assign a different gui font in your .gvimrc, (I
personally never use Fixedsys font.)
BTW: please do bottom post on this mail list.
...in your gvimrc or even in your vimrc; I suggest for instance
if !has('unix') && has('gui_running')
set guifont=Lucida_Console:h9:cDEFAULT
endif
or if you don't even have Lucida_Console installed, try Courier_New
instead; I expect that any Windows system will at least have _that_.
The "if" wrapper is to avoid errors if someday you port that [g]vimrc to
a double-boot or Linux-only system -- X11 versions of gvim use three or
more different formats for the 'guifont' options, all incompatible with
each other and with the format used on Windows.
Best regards,
Tony.
--
Women's Libbers are OK. I just wouldn't want my sister to marry one.