Skip to content

Commit cf11b80

Browse files
raymond-w-koguns
authored andcommitted
Fix duplicate tags in documentation
Closes #8
1 parent 80ca7f4 commit cf11b80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/clojure.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
8484
head of a list. This means that a pattern like "^foo" will match all these
8585
candidates: "foobar", "my.ns/foobar", and "#'foobar".
8686

8787
Each 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*

0 commit comments

Comments
 (0)