[Vim-latex-devel] RemoteOpen and acctentuated "é" mapping
Brought to you by:
srinathava,
tmaas
From: Julien C. <jul...@gm...> - 2009-02-15 11:06:01
|
Dear all, As a french user, I have redefined the "e acute" mapping in my .vimrc with the line : imap <buffer> <mapleader>i <Plug>Tex_InsertItemOnThisLine This is perfect, I can type "é" without any problem, fine. However, when I'm doing backward search from my viewer, which calls the classical gvim -c ":RemoteOpen +%l %f" then the "é" maps back to "\item" -- whereas the rest of my .vimrc file is taken into account. Would you please know how I can prevent RemoteOpen.vim to overwrite the item insert ? To be fully honest, as have already been discussed on this list a few days ago, I do not entirely understand the "<mapleader>i <Plug>" part of the above command. Thanks for any help ! Julien |