Skip to content

Commit fae5710

Browse files
committed
Add TODO
1 parent f8b55e9 commit fae5710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

indent/clojure.vim

+1
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ if exists("*searchpairpos")
293293
" (minus one if g:clojure_align_subforms = 1), or if it is
294294
" ignored, in which case we use the ( position for indent.
295295
if w[0] == "#"
296+
" TODO: Handle #=() and other rare reader invocations?
296297
if w[1] == '(' || w[1] == '{'
297298
return [paren[0], paren[1] + (g:clojure_align_subforms ? 0 : &shiftwidth - 1)]
298299
elseif w[1] == '_'

0 commit comments

Comments
 (0)