File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,16 +79,16 @@ fuzzy indent feature. The defaults are:
7979 let g:clojure_fuzzy_indent_patterns = 'with.*,def.*,let.*'
8080<
8181
82- * g:clojure_fuzzy_indent_patterns* and * g:clojure_fuzzy_indent_blacklist* are
82+ | g:clojure_fuzzy_indent_patterns | and | g:clojure_fuzzy_indent_blacklist | are
8383*Lists* of patterns that will be matched against the unqualified symbol at the
8484head of a list. This means that a pattern like "^foo" will match all these
8585candidates: "foobar", "my.ns/foobar", and "#'foobar".
8686
8787Each candidate word is tested for special treatment in this order:
8888
8989 1. Return true if word is literally in 'lispwords'
90- 2. Return false if word matches a pattern in * g:clojure_fuzzy_indent_blacklist*
91- 3. Return true if word matches a pattern in * g:clojure_fuzzy_indent_patterns*
90+ 2. Return false if word matches a pattern in | g:clojure_fuzzy_indent_blacklist |
91+ 3. Return true if word matches a pattern in | g:clojure_fuzzy_indent_patterns |
9292 4. Return false and indent normally otherwise
9393
9494 *g:clojure_special_indent_words*
You can’t perform that action at this time.
0 commit comments