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
From: Gerd W. <ger...@ma...> - 2016-05-05 17:40:44
Thank you for reporting. This bug is already fixed in the current
version of latex-suite, see
https://github.com/vim-latex/vim-latex/commit/0c766a7ecf9eda8f616ad2db5741fca98c7181c8
Best Regards,
Gerd
On 2016-05-05 01:42, Enrique Escalante wrote:
> 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...@li...
> https://lists.sourceforge.net/lists/listinfo/vim-latex-devel
>