File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ function! s:ListIndent(delim_pos)
297
297
return base_indent + (indent_style == # ' traditional' || sym_match == 0 )
298
298
endfunction
299
299
300
- " TODO: make this usable from other Clojure-like languages.
301
- function ! s: ClojureIndent ()
300
+ " TODO: improve configurability for other Clojure-like languages.
301
+ function ! ClojureIndent ()
302
302
" Calculate and return indent to use based on the matching form.
303
303
let [form, pos] = s: InsideForm (v: lnum )
304
304
if form == # ' ^' | return 0 " At top-level, no indent.
@@ -315,7 +315,7 @@ if exists('&lispoptions')
315
315
setlocal lisp lispoptions = expr :1
316
316
let b: undo_indent .= ' lispoptions<'
317
317
endif
318
- setlocal indentexpr = s: ClojureIndent ()
318
+ setlocal indentexpr = ClojureIndent ()
319
319
320
320
let &cpoptions = s: save_cpo
321
321
unlet ! s: save_cpo
You can’t perform that action at this time.
0 commit comments