vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit ae77c40a054f63be5c74fe600cb551cd3c8dc7fd
parent fd26ec6947405ff1d53ec6d2ba6007ae87aa115a
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 26 Feb 2013 23:56:43 -0800

Added fallback to Monospace in case Source Code Pro is not available

Diffstat:
M.vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.vimrc b/.vimrc @@ -38,7 +38,7 @@ if &t_Co > 2 || has("gui_running") if has("gui_macvim") set guifont=Menlo:h14 elseif has("unix") - set guifont=Source\ Code\ Pro\ 11 + set guifont=Source\ Code\ Pro\ 11,Monospace\ 11 endif if has("autocmd")