[Vim-latex-devel] Problems with Tex_ChangeEnvironments insert double \
Brought to you by:
srinathava,
tmaas
From: Enrique E. <enr...@gm...> - 2016-05-04 23:50:14
|
Hello everybody, I'm using the LaTeX-Suite and I've found a bug ;) Line 781 in envmacros.vim should read else let first = '\begin{' . a:env . '}' let second = '\end{' . a:env . '}' endif instead of else let first = '\\begin{' . a:env . '}' let second = '\\end{' . a:env . '}' endif Regards Enrique Escalante |