Sat, 16 Mar 2019 03:59:55 -0500
can't win with this
.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 @@ -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