.vim/ftplugin/sh.vim@d62e41b99428 (annotated)
.vim/ftplugin/sh.vim
Sun, 20 Oct 2019 01:18:33 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 20 Oct 2019 01:18:33 -0500
- changeset 812
- d62e41b99428
- parent 788
-
f8da8d4ff16a
- child 824
-
7f5db423524e
- permissions
- -rw-r--r--
Not working as expected
788
|
1
|
if executable('shfmt')
|
|
2
|
let &l:equalprg = "shfmt -i " . &shiftwidth
|
|
3
|
endif
|