I'm using vim with latex-suite. Compilation is done with <leader>ll
, I see the quickfix window but multi-line error messages don't get parsed correctly. For example, a one-line error message is parsed correctly:
analysis.tex|26 warning| Overfull \hbox (10.50328pt too wide) in paragraph at lines 26--27
If I press enter while the cursor is on this line, the cursor jumps to the correct line in the correct file. For a multi-line error message I only get the first line:
analysis.tex|189 warning| LaTeX Warning: Reference `fig:feynman-sm-stus' on page 6 undefined on input lin
I do not just see only one line of a multi-line error message, the line number is also wrongly parsed (it should be 160, not 189).
These errors should be pretty common, so I wonder if anyone has a fix for it?