Merge pull request #432 from bobek/guifont-gtk

Load correct fonts under GTK
This commit is contained in:
Yan Pritzker 2013-12-30 15:36:24 -08:00
commit 6467d72959

View File

@ -16,7 +16,11 @@ if has("gui_running")
set lines=60
set columns=190
if has("gui_gtk2")
set guifont=Inconsolata\ XL\ 12,Inconsolata\ 15,Monaco\ 12
else
set guifont=Inconsolata\ XL:h17,Inconsolata:h20,Monaco:h17
end
else
"dont load csapprox if we no gui support - silences an annoying warning
let g:CSApprox_loaded = 1