diff options
author | June McEnroe <june@causal.agency> | 2011-12-09 22:39:55 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2011-12-09 22:39:55 -0500 |
commit | 3abb04ec7cdca16564c73b68abfe5f10a9719304 (patch) | |
tree | d469e61c8f1acfdcba8f2c81d1cb970e558217a1 | |
parent | I have no idea (diff) | |
download | src-3abb04ec7cdca16564c73b68abfe5f10a9719304.tar.gz src-3abb04ec7cdca16564c73b68abfe5f10a9719304.zip |
Use smarttab in VIM
Diffstat (limited to '')
-rw-r--r-- | _vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/_vimrc b/_vimrc index 9b1ec11d..b7dd6b6f 100644 --- a/_vimrc +++ b/_vimrc @@ -96,3 +96,5 @@ command DiffOrig vert new | set bt=nofile | r ++edit # | 0d_ | diffthis | wincmd " Show trailing whitespace and hard tabs set list set listchars=tab:»·,trail:· + +set smarttab |