Merge pull request #28 from CrypticStranger/fix-os-conditional

Fix conditional in vimrcs/extended.vim
pull/32/merge
Amir Salihefendic 10 years ago
commit d1d0c13eee
  1. 2
      vimrcs/extended.vim

@ -17,7 +17,7 @@ if has("mac") || has("macunix")
set gfn=Menlo:h15
elseif has("win16") || has("win32")
set gfn=Bitstream\ Vera\ Sans\ Mono:h11
elseif has("linux")
elseif has("unix")
set gfn=Monospace\ 11
endif

Loading…
Cancel
Save