vim

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

commit 55306afefc3715c9cc897d2c5003316119845dea
parent 504e54ace03dbbabd53c84fd16ccbe820c950367
Author: Chris Bracken <cbracken@google.com>
Date:   Mon, 19 Nov 2012 17:55:23 -0800

Update unix font to Monospace

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

diff --git a/.vimrc b/.vimrc @@ -37,7 +37,7 @@ if &t_Co > 2 || has("gui_running") if has("gui_macvim") set guifont=Menlo:h12 elseif has("unix") - set guifont=Ubuntu\ Mono\ 12 + set guifont=Monospace\ 11 endif " Highlight trailing whitespace