Re: [Vim-latex-devel] IMAP definitions in ~/.vimrc
Brought to you by:
srinathava,
tmaas
From: Ruthard B. <rut...@we...> - 2014-01-05 14:48:13
|
>== Auszüge aus der Nachricht von Vandra vom 2013-12-25 17:38: > 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. put a line source /path/to/.vim/plugin/imaps.vim above your IMAP call and it should work Yours, Ruthard |