Adding pretty font support for windows

This commit is contained in:
Steve Francia 2013-03-05 21:30:01 -05:00
parent d533a00235
commit dda3fe463a

4
.vimrc
View File

@ -553,8 +553,10 @@
set lines=40 " 40 lines of text instead of 24
if has("gui_gtk2")
set guifont=Andale\ Mono\ Regular\ 16,Menlo\ Regular\ 15,Consolas\ Regular\ 16,Courier\ New\ Regular\ 18
else
else has("gui_mac")
set guifont=Andale\ Mono\ Regular:h16,Menlo\ Regular:h15,Consolas\ Regular:h16,Courier\ New\ Regular:h18
elseif has("gui_win32")
set guifont=Andale_Mono:h10,Menlo:h10,Consolas:h10,Courier_New:h10
endif
if has('gui_macvim')
set transparency=5 " Make the window slightly transparent