Lines Matching refs:This

26 the existing folds.  This can be used to first define the folds automatically
40 Use commands to manually define the fold regions. This can also be used by a
75 This will create a fold for all consecutive lines that start with a tab: >
77 This will call a function to compute the fold level: >
79 This will make a fold out of paragraphs separated by blank lines: >
81 This does the same: >
122 backwards for a line for which the fold level is defined. This can be slow.
153 may differ from the displayed highlighting. This is especially relevant when
164 This method only works properly when the 'diff' option is set for the current
180 Markers in the text tell where folds start and end. This allows you to
181 precisely specify the folds. This will allow deleting and putting a fold,
184 This makes it possible to give a name to the fold.
251 This does not work properly when:
267 This does not work properly when:
285 This only works when 'foldmethod' is "manual" or "marker".
301 Careful: This easily deletes more folds than you expect and
303 This only works when 'foldmethod' is "manual" or "marker".
310 This only works when 'foldmethod' is "manual" or "marker".
315 This only works when 'foldmethod' is "manual" or "marker".
352 When on an open fold: close it and set 'foldenable'. This
370 Also forces recomputing folds. This is useful when using
391 zR Open all folds. This sets 'foldlevel' to highest fold level.
433 This command can be used after an |operator|.
439 This command can be used after an |operator|.
449 This works like the ":global" command: First all lines that
492 'foldtext' is a string option that specifies an expression. This expression
497 This shows the first line of the fold, with "/*", "*/" and "{{{" removed.
511 The default value is |foldtext()|. This returns a reasonable text for most
539 characters below it. This column stops where the open fold stops. When folds
595 This does not happen for |:folddoopen| and |:folddoclosed|.