Skip to content

Commit e42d32c

Browse files
committed
Expand doc for g:clojure_maxlines
1 parent c686dc8 commit e42d32c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

doc/clojure.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ default values below:
4141

4242
*g:clojure_maxlines*
4343

44-
Maximum scan distance of searchpairpos().
44+
Maximum scan distance of searchpairpos(). Larger values trade performance
45+
for correctness when dealing with very long forms. A value of 0 means search
46+
without limits.
4547
>
4648
" Default
4749
let g:clojure_maxlines = 100

0 commit comments

Comments
 (0)