raise syn minlines

Wed, 20 Sep 2017 12:04:33 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Wed, 20 Sep 2017 12:04:33 -0400
changeset 643
e23cf51aca43
parent 642
18efa35a0837
child 644
42383cfcb729

raise syn minlines

.vim/after/syntax/perl/custom.vim file | annotate | diff | comparison | revisions
--- a/.vim/after/syntax/perl/custom.vim
+++ b/.vim/after/syntax/perl/custom.vim
@@ -12,7 +12,7 @@ let b:indent_use_syntax = 0
 syn match podCommand "^=method" contained nextgroup=podCmdText contains=@NoSpell
 syn match podCommand "^=func" contained nextgroup=podCmdText contains=@NoSpell
 
-syn sync minlines=15
+syn sync minlines=50
 
 " Tweak some colors
 hi! def link perlPOD      Comment

mercurial