.vim/ftplugin/sh.vim@afc9c88b4897 (annotated)
.vim/ftplugin/sh.vim
Fri, 18 Oct 2019 17:37:58 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Fri, 18 Oct 2019 17:37:58 -0500
- changeset 807
- afc9c88b4897
- parent 788
-
f8da8d4ff16a
- child 824
-
7f5db423524e
- permissions
- -rw-r--r--
fix all vi mode special bindings
788
|
1
|
if executable('shfmt')
|
|
2
|
let &l:equalprg = "shfmt -i " . &shiftwidth
|
|
3
|
endif
|