mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
fix soft tabs in 2-space mode
This commit is contained in:
parent
cb705df268
commit
49f05a058d
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ fu! TabFour()
|
|||
endf
|
||||
|
||||
fu! TabTwo()
|
||||
setlocal tabstop=2 shiftwidth=2 expandtab
|
||||
setlocal tabstop=2 shiftwidth=2 expandtab softtabstop=2
|
||||
endf
|
||||
|
||||
fu! TabBad()
|
||||
|
|
Loading…
Add table
Reference in a new issue