From 1d64d73186bf52b31ce022c95b31af516b226e32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Neumann?= Date: Thu, 4 Oct 2012 19:22:41 +0200 Subject: Remove some unneeded vim-latex features --- .vim/after/ftplugin/tex.vim | 3 --- 1 file changed, 3 deletions(-) (limited to '.vim') diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim index 0d3f84b..cfb1bda 100644 --- a/.vim/after/ftplugin/tex.vim +++ b/.vim/after/ftplugin/tex.vim @@ -2,9 +2,6 @@ call IMAP('{{', '{{', 'tex') 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" -- cgit v1.2.3