[Vim-latex-devel] macros customization
Brought to you by:
srinathava,
tmaas
From: peng s. <sha...@gm...> - 2009-12-14 01:51:35
|
Hi everyone. I met a little problem to customize the macros "eqnarray*". I followed the instructions on the documentation http://vim-latex.sourceforge.net/documentation/latex-suite/customizing-macros.html to paste let g:Tex_Env_{'eqnarray*'} = \ "\\begin{eqnarray*}\<CR><++> &=& <++>\<CR>\\end{eqnarray*}<++>" into my .vimrc. However when I start the vim I got the following error messages Error detected while processing /home/shaopeng/.vimrc: line 106: E461: Illegal variable name: Tex_Env_eqnarray* Press ENTER or type command to continue Is there anything wrong? Thanks. :) Peng |