On Mon, 7 Aug 2006, Christian Ebert wrote:

> * Manu Hack on Monday, August 07, 2006 at 15:17:33 -0400:
>> After I updated to Vim 7, I cannot use the <F5> command because if I add the
>> usepackage line, it appeared like
>>
>> <++>]{amsmath}``usepackage[X
>
> I can confirm this. Exept I get double quotes " instead of `` --
> perhaps because I have Tex_SmartKeyQuote = 0 ... No, that's not
> the cause I just toggled the setting to test.

I also get this. I can not fully understand why this is happening, but 
here is a quick fix.

Open .vim/ftplugin/latex-suite/env-macros.tex and comment line 700

"      return Tex_pack_one(pack)

and add

       let a=Tex_pack_one(pack)
       return a

AFAIK, both these statements should be equivalent, but the second one 
gets rid of the problem.


>> If I add an environment, it looked like
>>
>> \begin{eqnarray*}
>>     "
>> \end{eqnarray*}<++>
>
> Not here.

enviornment inserts work fine here also.

Aditya

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to