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
|