From 7cc96984b66674d317fc42909b473cf47f30b1a9 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 25 Apr 2011 15:28:49 -0500 Subject: [PATCH] [gvimrc] smarter font stuff --- gvimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gvimrc b/gvimrc index c81b79ae..534dc35e 100644 --- a/gvimrc +++ b/gvimrc @@ -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