Re: [Vim-latex-devel] Extra double quote within align environments
Brought to you by:
srinathava,
tmaas
From: Martin S. <fo...@un...> - 2008-03-07 23:29:18
|
On Fri, Mar 07, 2008 at 05:19:27PM -0600, Rhys Ulerich wrote: > Is anyone else experiencing an extra double quote within align* > environments? E.g., > \begin{align*} > " > \end{align*}<++> > after the environment insertion ends. > > It occurs when hitting F5 and selecting align or align* (options 7/8) from > the list. Typing either environment name first and hitting F5 doesn't > behave the same way. Vim version 7.1 off the latest CVS. Its does not only affect align environments, it affects all I have tried. $$ gives even stranger results: \begin{document} "`$$$X \end{document} if there are jumpmarks the behaviour is even worse. Vim 7.1.56, ubuntu 7.10. Martin |