Add comment concerning command folding

Fix vim-latex/vim-latex#189
This commit is contained in:
Gerd Wachsmuth
2020-11-23 20:55:26 +01:00
parent d6fae26fe1
commit 935a0fae8d
2 changed files with 8 additions and 0 deletions

View File

@@ -1972,6 +1972,10 @@ NOTE: It is very difficult to fold commands reliably because it is very
} }
< will not be folded. This is a bug which is very difficult to fix. < will not be folded. This is a bug which is very difficult to fix.
Similarly, a command fold will stop at the first line containing a '}',
even if this brace does not correspond to the opening brace of the
command.
See also advanced fold settings [|ls_a_co|]. See also advanced fold settings [|ls_a_co|].

View File

@@ -2465,6 +2465,10 @@ and some more text
}</programlisting> }</programlisting>
will not be folded. This is a bug which is very difficult to fix. will not be folded. This is a bug which is very difficult to fix.
</para> </para>
<para>
Similarly, a command fold will stop at the first line containing a '}',
even if this brace does not correspond to the opening brace of the command.
</para>
</note> </note>
<para> <para>
See also <link linkend="fold-setting-advanced">advanced fold See also <link linkend="fold-setting-advanced">advanced fold