.vim/ftplugin/sh.vim@abdb905668f5 (annotated)
.vim/ftplugin/sh.vim
Sun, 20 Oct 2019 01:05:59 -0500
- author
- Meredith Howard <mhoward@roomag.org>
- date
- Sun, 20 Oct 2019 01:05:59 -0500
- changeset 811
- abdb905668f5
- parent 788
-
f8da8d4ff16a
- child 824
-
7f5db423524e
- permissions
- -rw-r--r--
vimfiler and unite out, netrw and vinegar in
788
|
1
|
if executable('shfmt')
|
|
2
|
let &l:equalprg = "shfmt -i " . &shiftwidth
|
|
3
|
endif
|