Skip to content

Commit

Permalink
Merge pull request amix#28 from CrypticStranger/fix-os-conditional
Browse files Browse the repository at this point in the history
Fix conditional in vimrcs/extended.vim
  • Loading branch information
Amir Salihefendic committed Nov 16, 2013
2 parents 86f4456 + 03d4dae commit d1d0c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrcs/extended.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d1d0c13

Please sign in to comment.