vim

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

commit fd26ec6947405ff1d53ec6d2ba6007ae87aa115a
parent 056ac896e38a43d982de43c6ee670e43feef8f5e
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 26 Feb 2013 23:53:33 -0800

Switched to Source Code Pro 11 on unix

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=Monospace\ 11 + set guifont=Source\ Code\ Pro\ 11 endif if has("autocmd")