@ -223,20 +223,20 @@ if has("gui_running")
if has("win32") || has("win64")
try
colorscheme solarized
set guifont=PT_Mono:h11
set guifont=PT_Mono:h12
catch
endtry
elseif has("unix")
set guifont=PT\ Mono\ 11
set guifont=Liberation\ Mono\ 12
elseif has("mac")
set antialias
set guifont=Monaco:h11
set guifont=Monaco:h12
endif