Hello In working with in Vim with Clojure as a novice in the language, one of my first .clj files ended up containing one very large function, with many nested and neighbouring forms. When going gg=G, I expected nice, uniform indentation. I didn't.
At the time, I was working with a number of plugins meant for enhancing Clojure development, but in order to get to the source of the problem, it was recommended to me that I report the bug here, since the problem when using the plugins might be a propagation of the problem in vanilla vim. In any case, I tried doing gg=G with an empty ~/.vimrc , and the indentation result was still weird. I've pasted the result on a gist here: https://gist.github.com/Reefersleepa/5f3753fdd2c5f5e3f0e6 I'm sorry if I'm doing this wrong, by the way, I'm new to reporting bugs in general and the mailing list as well :) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
