File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ without limits.
8383
8484``` vim
8585" Default
86- let g:clojure_maxlines = 100
86+ let g:clojure_maxlines = 300
8787```
8888
8989#### ` g:clojure_fuzzy_indent ` , ` g:clojure_fuzzy_indent_patterns ` , ` g:clojure_fuzzy_indent_blacklist `
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ for correctness when dealing with very long forms. A value of 0 will scan
2222without limits.
2323>
2424 " Default
25- let g:clojure_maxlines = 100
25+ let g:clojure_maxlines = 300
2626<
2727 *g:clojure_fuzzy_indent*
2828 *g:clojure_fuzzy_indent_patterns*
@@ -157,7 +157,7 @@ This option is off by default.
157157ABOUT *clojure-about*
158158
159159This document and associated runtime files are maintained at:
160- https://github.com/guns/vim- clojure-static
160+ https://github.com/clojure-vim/clojure.vim
161161
162162Distributed under the Vim license. See | license | .
163163
You can’t perform that action at this time.
0 commit comments