On 01/17/2013 11:59 AM, Andreas Groh wrote:
> Hello list,
>
> I am new to the vim latex-suite. I set everything up and it works fine
> so far. But I can not figure out how to show latex warning after
> compiling the document using \ll. If there are errors they are shown in
> thw "Quickfix list" with a preview window below. But in the case of
> warnings (e.g. undefined references) I end up in the normal vim window
> without having the warnings shown. I set "TCLevel strict" which sets
> Tex_IgnoreLevel to 0, but it doesn't change anything.
>
> Any ideas what I am doing wrong? Or is it the normal way that warnings
> are not shown? Any help is appreciated.
>
> Thanks and best regards.
>
> Andreas
>

Dear Andreas,

I just tested on my machine x86_64 arch linux with vim 7.3.754 and what 
I needed to do was simply putting

let g:Tex_IgnoreLevel = 0

in my .vimrc then the undefined references will be listed after 
compilation. I didn't have to use TCLevel at all.

Did you try the line I mentioned?

-- 
Peng Shao


------------------------------------------------------------------------------
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

Reply via email to