|
|
|
@ -10,11 +10,11 @@ |
|
|
|
|
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" |
|
|
|
|
" Set font according to system |
|
|
|
|
if has("mac") || has("macunix") |
|
|
|
|
set gfn=Source\ Code\ Pro:h15,Menlo:h15 |
|
|
|
|
set gfn=Hack:h14,Source\ Code\ Pro:h15,Menlo:h15 |
|
|
|
|
elseif has("win16") || has("win32") |
|
|
|
|
set gfn=Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11 |
|
|
|
|
set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11 |
|
|
|
|
elseif has("linux") |
|
|
|
|
set gfn=Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11 |
|
|
|
|
set gfn=Hack:h14,Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11 |
|
|
|
|
elseif has("unix") |
|
|
|
|
set gfn=Monospace\ 11 |
|
|
|
|
endif |
|
|
|
|