.vim/ftplugin/sh.vim@fed4718fee5b (annotated)
.vim/ftplugin/sh.vim
Fri, 18 Oct 2019 05:16:48 -0400
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 18 Oct 2019 05:16:48 -0400
- changeset 801
- fed4718fee5b
- parent 788
-
f8da8d4ff16a
- child 824
-
7f5db423524e
- permissions
- -rw-r--r--
no more persistent insert
788
|
1
|
if executable('shfmt')
|
|
2
|
let &l:equalprg = "shfmt -i " . &shiftwidth
|
|
3
|
endif
|