.vim/after/ftplugin/perl.vim

Mon, 19 Aug 2019 22:41:18 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Mon, 19 Aug 2019 22:41:18 -0400
changeset 785
9bd25468c382
parent 768
7ed19a36b198
child 824
7f5db423524e
permissions
-rw-r--r--

Add SyntaxCompleteOn

compiler perl

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

mercurial