Re: [Vim-latex-devel] tex indentation and commented lines

2010-01-24 Thread Till Maas
On Sat, Jan 16, 2010 at 11:17:21AM +0100, Laurent George wrote: > so the patch is adding this after line 81 of indent/tex.vim : > while lnum > 0 && getline(lnum) =~ '^\s*%' > let lnum = prevnonblank(lnum-1) > endwhile Can you please send or provide a pointer to your modified tex.vim file? >

[Vim-latex-devel] tex indentation and commented lines

2010-01-16 Thread Laurent George
Hi, I use vim-latex-suite, and sometimes the indent is going wrong, I think it's due to the way that commented line are used. for this example : \begin{itemize} \item ldsfkjlfj \item dsflkjqlfj % fsdqlkjflsdjql lfdskjfljsd \end{itemize} the indentation of \end{itemize} is wrong (with the default