Re: [Vim-latex-devel] show warnings after compiling
Brought to you by:
srinathava,
tmaas
From: Peng S. <sha...@gm...> - 2013-01-17 17:21:28
|
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 |