[Vim-latex-devel] Folding bug?
Brought to you by:
srinathava,
tmaas
From: Giovanni L. C. <jun...@gm...> - 2011-10-29 13:54:24
|
Hi all, I found that folding does not work correctly when you have an equation environment in a single line. E.g.: ************** \section{Ciao, World!} This is the first section \begin{equation} e = m\cdot c^{2} \label{eq:energymass} \end{equation} \section{Hi again, World!} This is another section ************** Vim-latex folds everything after the equation in one fold, and does not create a fold for the second section. As soon as the \end{equation} is moved to a new line, folding works again. Can anybody reproduce this problem? I am on Ubuntu 11.10, Vim-latex 20110214.1049-1, Vim 7.3.154. Best, -- Giovanni Luca Ciampaglia Ph.D. Candidate Faculty of Informatics University of Lugano Web: http://www.inf.usi.ch/phd/ciampaglia/ Bertastraße 36 ∙ 8003 Zürich ∙ Switzerland Mobile: +41 79 718 8157 |