From 5d9a677dfdad31568045f00a351c2cbfdcddcd19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Tue, 10 Apr 2012 13:25:55 +0200 Subject: Move Latex stuff into general vim-config --- .vim/after/ftplugin/tex.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vim') diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim index 9a3c360..0d3f84b 100644 --- a/.vim/after/ftplugin/tex.vim +++ b/.vim/after/ftplugin/tex.vim @@ -4,3 +4,9 @@ call IMAP('((', '((', 'tex') " add our own macros call IMAP('EFR', "\\begin{frame}{<++>}\<++>\\\end{frame}<++>", "tex") + +" ignore some more stuff +let g:Tex_IgnoredWarnings.="\nFont shape" +let g:Tex_IgnoredWarnings.="\nFloat too large" +let g:Tex_IgnoredWarnings.="\nUserWarning" +let g:Tex_IgnoreLevel+=3 -- cgit v1.2.3