vim

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

commit 8216239a4a886b6ae514e06774ee68cc930ac091
parent 89dcae3f441efe0905abdf8b7c4a5923684db45c
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed,  5 Nov 2014 19:41:14 -0800

Set gvim font to Fixed 10 if avaialble.

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

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