> Any suggestions what else I could try to see only those warnings I want
> to see?

Dear Ingo,
as I recently wrote on this mailing list [1] vim's quickfix doesn't
really like latex's multi-linear error messages.
Therefore, you could start trying to use a latex wrapper like 'rubber'
[2], which is able to sanitize latex's error and warning messages.
This should at least prevent vim from switching to the wrong file on
some compilation errors.

For example, I have the following lines in an ftplugin,
~/.vim/ftplugin/tex.vim , which you could put in your .vimrc, if you
prefer:

let g:Tex_DefaultTargetFormat = "pdf"
let g:Tex_CompileRule_pdf = "rubber -s --pdf $*"

Hope this helps,
Alessandro

[1] http://sourceforge.net/mailarchive/message.php?msg_id=30365813
[2] https://launchpad.net/rubber/


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to