A am using the latex-suite plugin for vim but there is one problem, best illustrated with an example. Suppose I have the following environment:
\begin{theorem}
Blah blah blah.
\end{theorem}
Now, if I want to chang it to a lemma, I press Shift-F5 within the theorem environment and type 'lemma' at the prompt. But it then gives me TWO slashes like so:
\\begin{lemma}
Blah blah blah.
\\end{lemma}
Does anybody know how I can get this working properly so that there is only one slash after the change?