From dec2ef525e357fd744275d2c0b9fa682cf9e214c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 3 Nov 2010 18:17:29 +0100 Subject: Disable (( mapping in vim tex mode --- .vim/after/ftplugin/tex.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.vim') diff --git a/.vim/after/ftplugin/tex.vim b/.vim/after/ftplugin/tex.vim index 6f44a3c..e727ab8 100644 --- a/.vim/after/ftplugin/tex.vim +++ b/.vim/after/ftplugin/tex.vim @@ -1,2 +1,3 @@ -" disable annoying {{ completion +" disable annoying {{ and (( completion call IMAP('{{', '{{', 'tex') +call IMAP('((', '((', 'tex') -- cgit v1.2.3