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

changeset 658
69ed96c80ed0
parent 656
a74ea5b0fc73
child 744
7a5823050d74
equal deleted inserted replaced
657:628b4b962086 658:69ed96c80ed0
1 compiler perl 1 compiler perl
2 " even with g:perl_compiler_force_warnings = 0, perl -w is used and
3 " that's just noisy with intentional no-warnings blocks out there
4 2
5 setlocal makeprg=perl\ -c\ %\ $*
6 setlocal iskeyword+=: 3 setlocal iskeyword+=:
7 4
8 if g:perl_tidy_equalprg 5 if g:perl_tidy_equalprg
9 setlocal equalprg=perltidy\ -q 6 setlocal equalprg=perltidy\ -q
10 endif 7 endif

mercurial