summaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin/tex.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim/after/ftplugin/tex.vim')
-rw-r--r--.vim/after/ftplugin/tex.vim6
1 files changed, 6 insertions, 0 deletions
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}{<++>}\<CR><++>\<CR>\\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