Closed swekaj closed 10 years ago
Some of the folds don't provide useful information when folded (e.g. /** */ comments just display +---- 5 lines: *------------. Write a function for fold-text to handle this better.
/** */
+---- 5 lines: *------------
fold-text
See :help foldtext() and :help fold-text
:help foldtext()
:help fold-text
Some of the folds don't provide useful information when folded (e.g.
/** */
comments just display+---- 5 lines: *------------
. Write a function forfold-text
to handle this better.See
:help foldtext()
and:help fold-text