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

changeset 651
4a0d4c07b49e
parent 643
e23cf51aca43
child 656
a74ea5b0fc73
equal deleted inserted replaced
650:3728333503b6 651:4a0d4c07b49e
2 " even with g:perl_compiler_force_warnings = 0, perl -w is used and 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 3 " that's just noisy with intentional no-warnings blocks out there
4 4
5 setlocal makeprg=perl\ -c\ %\ $* 5 setlocal makeprg=perl\ -c\ %\ $*
6 setlocal iskeyword+=: 6 setlocal iskeyword+=:
7
8 if g:perl_tidy_equalprg
9 setlocal equalprg=perltidy\ -q
10 endif
7 11
8 " this keeps indents from jumping more than one level 12 " this keeps indents from jumping more than one level
9 let b:indent_use_syntax = 0 13 let b:indent_use_syntax = 0
10 14
11 " Add match for =method and =func from Pod::Weaver 15 " Add match for =method and =func from Pod::Weaver

mercurial