From 49e49def242430bc841df7d25682d6c3a4c8b8a2 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 5 Jun 2014 21:52:49 +0200 Subject: Tell the vim-latex plugin to ignore 'ETI' --- after/ftplugin/tex.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 after/ftplugin/tex.vim diff --git a/after/ftplugin/tex.vim b/after/ftplugin/tex.vim new file mode 100644 index 0000000..47285f1 --- /dev/null +++ b/after/ftplugin/tex.vim @@ -0,0 +1,2 @@ +" disable ETI +call IMAP('ETI', 'ETI', 'tex') -- cgit v1.2.3