.vim/ftplugin/sh.vim

Tue, 12 Nov 2019 16:23:27 -0600

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 12 Nov 2019 16:23:27 -0600
changeset 819
58f9d9741852
parent 788
f8da8d4ff16a
child 824
7f5db423524e
permissions
-rw-r--r--

actually run cpm to make sure it's not a stub

if executable('shfmt')
  let &l:equalprg = "shfmt -i " . &shiftwidth
endif

mercurial