.vim/after/ftplugin/perl.vim

Thu, 06 Jun 2019 02:47:39 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 06 Jun 2019 02:47:39 -0400
changeset 768
7ed19a36b198
parent 744
7a5823050d74
child 824
7f5db423524e
permissions
-rw-r--r--

Use vim 8's defaults.vim, remove redundant settings and old feature checks

compiler perl

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

mercurial