Mercurial > ec-dotfiles
changeset 565:85dca9054bac
Invert the default to two spacing.
space > tab.
author | nanaya <me@myconan.net> |
---|---|
date | Sat, 06 Jun 2015 16:51:19 +0900 |
parents | e80a3ce5d72f |
children | 99c8e99698ad |
files | rc/vimrc |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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