.vim/ftplugin/sh.vim

changeset 824
7f5db423524e
parent 788
f8da8d4ff16a
equal deleted inserted replaced
823:da66fb550c74 824:7f5db423524e
1 if executable('shfmt') 1 let &l:equalprg = "shfmt -i " . &shiftwidth
2 let &l:equalprg = "shfmt -i " . &shiftwidth
3 endif

mercurial