mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
add "bad" 4-space tab mode
This commit is contained in:
parent
b2694395c5
commit
7df579c722
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue