[Vim-latex-devel] Tex_ChangeEnvironments
Brought to you by:
srinathava,
tmaas
From: Gerd W. <ger...@ma...> - 2009-11-05 09:37:24
|
Hello everybody, I'm using the LaTeX-Suite since one year and it's very usefull! I personalized it a little bit, and now I think I've found a bug ;) Line 716 in envmacros.vim should read let env_line = searchpair('\$\$\|\\\[\|begin{', '', '\$\$\|\\\]\|end{', "bn") instead of let env_line = searchpair('$$\|\\[\|begin{', '', '$$\|\\]\|end{', "bn") So I think, the backslashs and the dollars should be escaped as well. Regards Gerd |