vim

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

commit c4424673809dfd238f89adce1c5e0c061540912c
parent fef82e98c50a1aff5349f8d346dddafebd38a38e
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 20 May 2015 20:57:11 -0700

Bump gvim font size to Fixed Misc 10.

Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -110,7 +110,7 @@ if &t_Co > 2 || has("gui_running") if has("gui_macvim") set guifont=Menlo:h11 elseif has("unix") - set guifont=Fixed\ 9,Source\ Code\ Pro\ 10,Monospace\ 10 + set guifont=Fixed\ 10,Source\ Code\ Pro\ 10,Monospace\ 10 endif endif