guns / vim-clojure-static

Meikel Brandmeyer's excellent Clojure runtime files
Other
420 stars 50 forks source link

Fix clojure maxlines 0 ignored for indentation #78

Closed SevereOverfl0w closed 7 years ago

SevereOverfl0w commented 7 years ago

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 7 years ago

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

guns commented 7 years ago

Thanks for the report!