# HG changeset patch # User Meredith Howard # Date 1552726795 18000 # Node ID dd23da749523f0fc707c344743e7515d3691cc67 # Parent 7a5823050d74c61456d7e15140ce30dd33df8935 can't win with this diff --git a/.vim/after/syntax/perl/custom.vim b/.vim/after/syntax/perl/custom.vim --- 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