[Vim-latex-devel] IMAP definitions in ~/.vimrc
Brought to you by:
srinathava,
tmaas
|
From: Vandra <va...@ra...> - 2013-12-25 16:39:01
|
Dear developpers,
Is it possible to make IMAP definitions not in
/.vim/ftplugin/latex-suite/main.vim
but just in ~/.vimrc?
(actually my .vimrc source a file located in cloud so I have the same vim
config on several computers)
When I try to define a macros in ~/.vimrc:
call IMAP (g:Tex_Leader.'R', "\\replaced[id=il]{<++>}{", 'tex')
it says that IMAP command not found.
Preceeding it by
au FileType tex so ~/.vim/ftplugin/tex_latexSuite.vim
does not help.
Thank you
|