[Vim-latex-devel] possible bug in block expansion?
Brought to you by:
srinathava,
tmaas
|
From: Walter R. <wal...@we...> - 2014-05-27 01:03:54
|
Hi,
I noticed a weird behavior when expanding a line with the vim-latexsuite
and F5. Take the following code-snipped, pressing F5 in the line with
the upper "equation" the line gets expanded to the lower construct:
\documentclass[12pt,a4paper,oneside]{article}
\usepackage{amssymb,amsmath}
\begin{document}
equation
\begin{equation}
foo
\label{<++>}
\end{equation}<++>
\end{document}
The problem I see with this is the <++> after "end{equation}" leads to
"¡++¿" in the final document when compiled. As I think this is not
intended to be there, I'd like to ask whether this is a bug or intended
behavior for some reason and whether someone can reproduce it.
I tested it with the git-version of vim-latexsuite as well.
If it can be confirmed to be a reproducable bug, I would like to propose
to remove the trailing "<++>" as I see no purpose it serves.
Walter
|