add "bad" 4-space tab mode

This commit is contained in:
Connor Olding 2019-06-30 16:42:13 -07:00
parent b2694395c5
commit 7df579c722
1 changed files with 4 additions and 0 deletions

View File

@ -121,6 +121,10 @@ fu! TabTwo()
setlocal tabstop=2 shiftwidth=2 expandtab
endf
fu! TabBad()
setlocal tabstop=4 shiftwidth=4 noexpandtab softtabstop=4
endf
" set TabFour as default
set tabstop=8 shiftwidth=4 expandtab softtabstop=4