Re: [Vim-latex-devel] problem with Tex_IgnoredWarnings
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-02-29 17:23:20
|
On Thu, 19 Feb 2004, Alan Schmitt wrote: > Sorry, I get this doing a "let Tex_IgnoredWarnings". "echo" does return > it on several lines. > It works okay for me at least with the latest CVS version. I put the following in ~/.vim/after/ftplugin/tex.vim: let g:Tex_IgnoredWarnings = \ "inputting\n" . \ "Unused global option\n" . \ "Marginpar on page\n" . \ "No \\\\author given.\n" . \ "LaTeX Font Warning\n" . \ g:Tex_IgnoredWarnings let g:Tex_IgnoreLevel = g:Tex_IgnoreLevel + 5 and I do successfully ignore the warning which you noted. This is somewhat strange. Is it still happening? Srinath |