Re: [Vim-latex-devel] [Contact] strange behaviour
Brought to you by:
srinathava,
tmaas
From: Srinath A. <sr...@fa...> - 2004-11-22 01:43:49
|
On Thu, 18 Nov 2004, Saber wrote: > > Hello , > > In a latex document , while in insert mode , if i type : DIAMETER , I have the > following output : > > [ bug description snipped] > > I use Latex-suite , and I thought that there is some mapping for a > macro that I dont knwo about ... > In latex-suite, ETE expands to the table environment which is why typing DIAMETE triggers the bug. There is a FAQ which partially answers your question: http://vim-latex.sourceforge.net/index.php?subject=faq&title=FAQ#faq-disabling-imap Basically, you need to put the line: call IMAP('DIAMETER', 'DIAMETER', 'tex') in a ftplugin file which gets sourced after ~/vimfiles/ftplugin/tex_latexSuite.vim. See the FAQ above for more explanation. HTH Srinath |