Skip to content

Commit d9e7dce

Browse files
committed
Minor docs update
1 parent 34684ca commit d9e7dce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

doc/clojure.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ for correctness when dealing with very long forms. A value of 0 will scan
2222
without 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.
157157
ABOUT *clojure-about*
158158

159159
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
161161

162162
Distributed under the Vim license. See |license|.
163163

0 commit comments

Comments
 (0)