1
0
Fork 0
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:
Connor Olding 2022-10-08 23:39:59 -07:00
parent cb705df268
commit 49f05a058d

View file

@ -154,7 +154,7 @@ fu! TabFour()
endf endf
fu! TabTwo() fu! TabTwo()
setlocal tabstop=2 shiftwidth=2 expandtab setlocal tabstop=2 shiftwidth=2 expandtab softtabstop=2
endf endf
fu! TabBad() fu! TabBad()