# HG changeset patch # User nanaya # Date 1433577079 -32400 # Node ID 85dca9054bac3ee080bca814dbcc0f5c54a386c3 # Parent e80a3ce5d72f54d8f7a6f5cb6aa3af4e0dcbd308 Invert the default to two spacing. space > tab. diff -r e80a3ce5d72f -r 85dca9054bac rc/vimrc --- a/rc/vimrc Thu Jun 04 18:37:50 2015 +0900 +++ b/rc/vimrc Sat Jun 06 16:51:19 2015 +0900 @@ -10,9 +10,7 @@ set esckeys set noerrorbells -set tabstop=4 -set shiftwidth=4 -set softtabstop=4 +set softtabstop=2 tabstop=2 shiftwidth=2 expandtab set copyindent set title @@ -84,8 +82,8 @@ set softtabstop=4 tabstop=4 shiftwidth=4 noexpandtab endfunction - if $EC_VIM_SPACING == "2" - call In2() + if $EC_VIM_SPACING == "4" + call In4() endif " required by syntax file