mattn / vim-sonictemplate

Easy and high speed coding method
http://mattn.github.com/vim-sonictemplate
340 stars 42 forks source link

Use shiftwidth() instead of &shiftwidth #34

Closed hiroebe closed 5 years ago

hiroebe commented 5 years ago

shiftwidth() must be used, especially when &expandtab and &shiftwidth == 0.

mattn commented 5 years ago

Thank you