Hi, thanks for your bug report.
The parsing of the latex .log files is not easy and latex-suite fails often at the moment. I will contact upstream concerning this matter. A (not perfect) workaround is to change the tex error format. For this, add the following two lines to e.g. ~/.vimrc (or to .vim/ftplugin/latex-suite/texrc which first needs to be replaced with a copy of /usr/share/vim/addons/ftplugin/latex-suite/texrc ): let g:Tex_CompileRule_dvi = 'latex -interaction=nonstopmode -file-line-error-style $*' let g:Tex_CompileRule_pdf = 'pdflatex -interaction=nonstopmode -file-line-error-style $*' Best wishes Johann Felix Soden -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

