Skip to content

Commit 7cc9698

Browse files
committed
[gvimrc] smarter font stuff
1 parent 7ce3fe4 commit 7cc9698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gvimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ set guioptions-=a " Share the copy buffer with visual mode
1616
if has('gui_gtk')
1717
set guioptions-=e " Kill off the GUI tabs
1818
set guifont=monospace\ 9
19-
elseif exists('&antialias')
20-
set guifont=monospace:h12
19+
elseif has('gui_macvim')
20+
set guifont=menlo:h11
2121
endif

0 commit comments

Comments
 (0)