can't win with this

Sat, 16 Mar 2019 03:59:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 16 Mar 2019 03:59:55 -0500
changeset 745
dd23da749523
parent 744
7a5823050d74
child 746
63fedee268a7

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

mercurial