Mon, 16 Sep 2019 21:36:29 -0400
use shfmt if available
744 | 1 | compiler perl |
2 | ||
768
7ed19a36b198
Use vim 8's defaults.vim, remove redundant settings and old feature checks
Meredith Howard <mhoward@roomag.org>
parents:
744
diff
changeset
|
3 | if exists('g:perl_tidy_equalprg') && g:perl_tidy_equalprg |
744 | 4 | setlocal equalprg=perltidy\ -q |
5 | endif |