Skip to content

Commit

Permalink
Pretty font support for Windows
Browse files Browse the repository at this point in the history
+ Syntax error in elseif
  • Loading branch information
jcbwlkr committed Mar 6, 2013
1 parent dda3fe4 commit cc57be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@
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 has("gui_mac")
elseif 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
Expand Down

0 comments on commit cc57be9

Please sign in to comment.