2013/1/17 Alessandro Pezzoni <alessandro_pezz...@lavabit.com>: > You could try using something like 'rubber' [1], which is a latex > wrapper that is able to "sanitize" error and warning messages for vim, > i.e. that can print them on a single line. This should also fix the > annoying issue of vim opening an .aux file upon compilation errors.
Sorry for double-posting, but I forgot to say that to use a different compiler is easy as changing a vim variable, e.g. for dvi or pdf output: let g:Tex_CompileRule_dvi = "rubber -s $*" let g:Tex_CompileRule_pdf = "rubber -s --pdf $*" The '-s' option is there to tell it to display one error message per line. Alessandro ------------------------------------------------------------------------------ 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/learnmore_122712 _______________________________________________ Vim-latex-devel mailing list Vim-latex-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/vim-latex-devel