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



------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to