Re: [Vim-latex-devel] tex indentation and commented lines
Brought to you by:
srinathava,
tmaas
From: Till M. <ope...@ti...> - 2010-01-24 21:07:35
|
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? > it's extracted from tex.vim by charles campbell: > " if the current line doesn't begin with a '%', use its indent > " (ie. skip over preceding comment lines) Where can this file be found? > NB: the form here : > http://vim-latex.sourceforge.net/index.php?subject=contact&title=Contactdoesn't > seems to work anymore.. (with google-chrome it doesn't works..) Thanks, I added this to my vim-latex TODO list. Regards Till |