1
0
mirror of https://github.com/amix/vimrc synced 2025-06-23 15:04:59 +08:00

Merge branch 'master' of github.com:amix/vimrc

Conflicts:
	vimrcs/extended.vim
This commit is contained in:
amix
2013-12-28 21:18:29 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -18,7 +18,9 @@ if has("mac") || has("macunix")
elseif has("win16") || has("win32")
set gfn=Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
elseif has("linux")
set gfn=Source\ Code\ Pro:h12,Monospace\ 11
set gfn=Source\ Code\ Pro:h12,Bitstream\ Vera\ Sans\ Mono:h11
elseif has("unix")
set gfn=Monospace\ 11
endif
" Open MacVim in fullscreen mode