.vim/after/ftplugin/perl.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 768
7ed19a36b198
child 824
7f5db423524e
permissions
-rw-r--r--

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

compiler perl

if exists('g:perl_tidy_equalprg') && g:perl_tidy_equalprg
  setlocal equalprg=perltidy\ -q
endif

mercurial