Hi folks, Does anyone else suffer from occassional incorrect indentations in VimClojure? It looks like VimClojure is preferring the indentation layer of a previous set of [] over the current set of (). For example:
(defn foo [x] (+ x 1)) When I hit enter after the second "x", the 1 is indented a long way to the right. It seems to be getting it's indentation level from the argument vector, instead of from the current parentheses. Here's another example: (f [something-very-long] (g x y)) Is this just me, or does anyone else have this issue? - James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---