On Tue, 11 May 2004, David Escott wrote:
> Dear vim-latex
>
> I'm having the most incredibly annoying interaction between pstricks and
> vim-latex.
>
[snip]
> let g:Tex_IgnoredWarnings = 0
This is where the problem is. Tex_IgnoredWarnings is supposed to be
a "\n" delimited list of patterns which latex-suite will ignore when it
parses the latex output. See
http://vim-latex.sourceforge.net/documentation/latex-suite/compiler-customization.html#Tex_IgnoredWarnings
I think you meant to set g:Tex_IgnoreLevel to zero. With your sample
file and with this problem setting removed, I get the error in the
sample file itself, i.e, the cursor doesn't jump to multido.sty.
Try it out and let me know. In trying to figure out this error, I fixed
a small problem in latex-suite. Try the latest release.
Srinath
|