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

changeset 745
dd23da749523
parent 744
7a5823050d74
child 910
272ba799a19e
--- a/.vim/after/syntax/perl/custom.vim
+++ b/.vim/after/syntax/perl/custom.vim
@@ -1,7 +1,7 @@
 " this keeps indents from jumping more than one level
 let b:indent_use_syntax = 0
 
-syn sync minlines=100
+syn sync minlines=50
 
 " Add match for =method and =func from Pod::Weaver
 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell

mercurial