On Jul 18, 4:54 pm, James Reeves <weavejes...@googlemail.com> wrote:
> 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 ().

A quick update; it looks like it's doing it even without the []:

    (f something-very-long
      (g x
                           y))

Maybe it's taking the indentation level of the outer parentheses
instead of the inner parentheses?

- 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to