Re: [Vim-latex-devel] compiling multiple times fails
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sri...@gm...> - 2006-01-10 02:17:51
|
Hi! On 1/9/06, Javier Rojas <jer...@gm...> wrote: > I did as you said, and the output of :call Tex_PrintDebug('comp') was > > I think the problem is due to the line 571 > > if errlist =3D~ 'E42: No Errors' > > in file ftplugin/latex-suite/main.vim > Actually, I think there's no reason to just check for '^E42: '. That should be quite robust at seeing there are no errors. I changed it in CVS (and made a release) with this fix. Srinath |