[Vim-latex-devel] \intertext breaks code folding
Brought to you by:
srinathava,
tmaas
From: Sam K. <stk...@an...> - 2005-04-26 20:51:44
|
I'm making a very simple LaTeX document, with a couple sections and equations. Code folding works fine in it normally, with folds for each section and each align statement. However, when I put "\intertext{random text}" in one of the align statements, and reload the file, the fold from the section containing the intertext never ends. The rest of the document is within this fold. Removing the intertext statement puts everything back to normal? Does \intertext not work with code folding, or am I doing something wrong? Is there a workaround for this problem? |