Re: [Vim-latex-devel] Problems with =?iso-8859-2?q?=E9_in?= latex-suite20031216
Brought to you by:
srinathava,
tmaas
From: Mikolaj M. <mi...@wp...> - 2004-01-24 00:35:07
|
Dnia Thursday 08 of January 2004 02:41, Jean-Rene David napisał: > I updated latex-suite to the Dec 16, 2003 version > to get rid of the problem with TTemplate described > recently on this list but now I have problems when > I type "é". When I do, the cursor goes back one > character, without erasing the character it backs > up over and vim remains in insert mode. > > Other accented characters work fine and "é" worked > with latex-suite-1.5. I also remapped <C-b>, > <C-c>, and <C-l> as per the FAQ but no luck. > > Any ideas? e' is <M-i> mapping connected with imap <buffer> <M-i> <Plug>Tex_InsertItemOnThisLine Try imap <buffer> <mapleader>i <Plug>Tex_InsertItemOnThisLine and problem should be solved. m. |