Load correct fonts under GTK

This commit is contained in:
Antonin Kral 2013-12-31 00:22:33 +01:00
parent 7e2a3493b6
commit 1926caee9f

View File

@ -16,7 +16,11 @@ if has("gui_running")
set lines=60
set columns=190
set guifont=Inconsolata\ XL:h17,Inconsolata:h20,Monaco:h17
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