Re: vimclojure indentation problem.

2009-11-12 Thread Meikel Brandmeyer
Hi, On Nov 12, 5:01 pm, MarkSwanson wrote: > > >> See if this makes a difference: > > >> syntax sync fromstart > > I think one of the primary objectives of vimclojure should be to > consistently render correctly - and it can only do that with 'syntax > sync fromstart'. Once upon a time, sync fr

Re: vimclojure indentation problem.

2009-11-12 Thread MarkSwanson
> >> See if this makes a difference: > >> syntax sync fromstart I think one of the primary objectives of vimclojure should be to consistently render correctly - and it can only do that with 'syntax sync fromstart'. -- You received this message because you are subscribed to the Google Groups "Clo

Re: vimclojure indentation problem.

2009-11-12 Thread Michael Wood
2009/11/12 Meikel Brandmeyer : > Hi, > > On Nov 12, 11:30 am, Michael Wood wrote: > >> See if this makes a difference: >> syntax sync fromstart >> >> (although I've been having trouble making that work from .vimrc or >> similar.  It seems to be ignored and I haven't yet managed to track >> down wh

Re: vimclojure indentation problem.

2009-11-12 Thread Meikel Brandmeyer
Hi, On Nov 12, 11:30 am, Michael Wood wrote: > See if this makes a difference: > syntax sync fromstart > > (although I've been having trouble making that work from .vimrc or > similar.  It seems to be ignored and I haven't yet managed to track > down why or where it's overridden.) It may be set

Re: vimclojure indentation problem.

2009-11-12 Thread Meikel Brandmeyer
Hi, On Nov 12, 9:10 am, David Brown 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

Re: vimclojure indentation problem.

2009-11-12 Thread Michael Wood
2009/11/12 Jeff Rose : > Yes, I also have the same issue.  Sometimes if I re-indent the file it > goes away, and other times I re-indent the file and all of a sudden > half of the functions are 2 spaces over.  (2 spaces is my tab width > though, so I'm not sure if it's a tab or always 2 spaces...)

Re: vimclojure indentation problem.

2009-11-12 Thread Jeff Rose
Yes, I also have the same issue. Sometimes if I re-indent the file it goes away, and other times I re-indent the file and all of a sudden half of the functions are 2 spaces over. (2 spaces is my tab width though, so I'm not sure if it's a tab or always 2 spaces...) -Jeff On Nov 12, 9:10 am, Dav

vimclojure indentation problem.

2009-11-12 Thread David Brown
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. David -- You rec