Skip to content

Commit

Permalink
[gvimrc] smarter font stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
majnemer committed Apr 25, 2011
1 parent 7ce3fe4 commit 7cc9698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gvimrc
Expand Up @@ -16,6 +16,6 @@ set guioptions-=a " Share the copy buffer with visual mode
if has('gui_gtk')
set guioptions-=e " Kill off the GUI tabs
set guifont=monospace\ 9
elseif exists('&antialias')
set guifont=monospace:h12
elseif has('gui_macvim')
set guifont=menlo:h11
endif

0 comments on commit 7cc9698

Please sign in to comment.