We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b55e9 commit fae5710Copy full SHA for fae5710
indent/clojure.vim
@@ -293,6 +293,7 @@ if exists("*searchpairpos")
293
" (minus one if g:clojure_align_subforms = 1), or if it is
294
" ignored, in which case we use the ( position for indent.
295
if w[0] == "#"
296
+ " TODO: Handle #=() and other rare reader invocations?
297
if w[1] == '(' || w[1] == '{'
298
return [paren[0], paren[1] + (g:clojure_align_subforms ? 0 : &shiftwidth - 1)]
299
elseif w[1] == '_'
0 commit comments