Closed SevereOverfl0w closed 7 years ago
when let g:clojure_maxlines=0, indentation seems to completely stop for forms. The docs indicate it should be boundless.
let g:clojure_maxlines=0
A workaround is to set it to a high value.
Indeed, that is a bug. Thanks for reporting. Working on a fix now.
Thanks for the report!
when
let g:clojure_maxlines=0
, indentation seems to completely stop for forms. The docs indicate it should be boundless.A workaround is to set it to a high value.