Hi,

On Nov 12, 9:10 am, David Brown <cloj...@davidb.org> wrote:
> Speaking of vimclojure, has anyone else encountered situations where
> the vimclojure indent decides that the indentation of top-level
> constructs should be two spaces over?  I haven't been able to figure
> out a pattern, and sometimes I can even fix it by just scrolling up
> and back.

I encountered this also from time to time. (Actually, I can reproduce
it with certain files.) But unfortunately, I haven't found out, yet,
what the reason is.

You might want to try: ":syn syn fromstart" to see if this helps. But
this is only a guess. The indenting relies on the highlighting, which
only syncs back a certain amount. So if scrolling helps, maybe the
highlighting was "fixed" (re-syncronised), which then in turn also
fixes the indenting problem. But as I said: just a guess. I'll try to
track this down.

Sincerely
Meikel

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