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.
83
83
84
84
``` vim
85
85
" Default
86
- let g:clojure_maxlines = 100
86
+ let g:clojure_maxlines = 300
87
87
```
88
88
89
89
#### ` 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
22
22
without limits.
23
23
>
24
24
" Default
25
- let g:clojure_maxlines = 100
25
+ let g:clojure_maxlines = 300
26
26
<
27
27
*g:clojure_fuzzy_indent*
28
28
*g:clojure_fuzzy_indent_patterns*
@@ -157,7 +157,7 @@ This option is off by default.
157
157
ABOUT *clojure-about*
158
158
159
159
This document and associated runtime files are maintained at:
160
- https://github.com/guns/vim- clojure-static
160
+ https://github.com/clojure-vim/clojure.vim
161
161
162
162
Distributed under the Vim license. See | license | .
163
163
You can’t perform that action at this time.
0 commit comments