Re: [Vim-latex-devel] Some problems with <F5>
Brought to you by:
srinathava,
tmaas
From: Aditya M. <ad...@ii...> - 2006-08-07 22:18:32
|
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 |