vim

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

commit 2151631dd7f427fe0215d57b9cec07fa9229ca7c
parent ba6765f176f85f18f8134b87aa0eea3bb0ddfaba
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 17 Feb 2017 15:01:27 -0800

Switch back to 11-pt Menlo

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

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