.vim/after/syntax/perl/custom.vim

changeset 658
69ed96c80ed0
parent 656
a74ea5b0fc73
child 744
7a5823050d74
--- a/.vim/after/syntax/perl/custom.vim
+++ b/.vim/after/syntax/perl/custom.vim
@@ -1,8 +1,5 @@
 compiler perl
-" even with g:perl_compiler_force_warnings = 0, perl -w is used and
-" that's just noisy with intentional no-warnings blocks out there
 
-setlocal makeprg=perl\ -c\ %\ $*
 setlocal iskeyword+=:
 
 if g:perl_tidy_equalprg

mercurial