guns/vim-clojure-static

Fix clojure maxlines 0 ignored for indentation

SevereOverfl0w opened this issue · 2 comments

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.

guns commented

Indeed, that is a bug. Thanks for reporting. Working on a fix now.

guns commented

Thanks for the report!