From 942db23c9cb7532d68048530d749eb84ca94d0cd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 13 Feb 2021 18:14:48 +0100 Subject: Update runtime files --- runtime/doc/indent.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'runtime/doc/indent.txt') diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index 87d5c0bd5e..6a2dd5106b 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -610,14 +610,14 @@ the use of square and curly brackets, and otherwise by community convention. These conventions are not universally followed, so the Clojure indent script offers a few configurable options, listed below. -If the current vim does not include |searchpairpos()|, the indent script falls +If the current vim does not include searchpairpos(), the indent script falls back to normal 'lisp' indenting, and the following options are ignored. *g:clojure_maxlines* -Set maximum scan distance of |searchpairpos()|. Larger values trade -performance for correctness when dealing with very long forms. A value of 0 -will scan without limits. +Set maximum scan distance of searchpairpos(). Larger values trade performance +for correctness when dealing with very long forms. A value of 0 will scan +without limits. > " Default let g:clojure_maxlines = 100 -- cgit v1.2.3