Lines Matching refs:all

24 When setting 'foldmethod' to a value other than "manual", all folds are
75 This will create a fold for all consecutive lines that start with a tab: >
205 3. If a marker with a lower fold level is found, all folds up to and including
299 up. In Visual mode one level of all folds (partially) in the
307 zD Delete folds recursively at the cursor. In Visual mode all
308 folds (partially) in the selected area and all nested folds in
314 zE Eliminate all folds in the window.
327 folds is opened for all lines in the selected area.
330 zO Open all folds under the cursor recursively. Folds that don't
332 In Visual mode it opens all folds that are in the selected
338 is closed for all lines in the selected area.
342 zC Close all folds under the cursor recursively. Folds that
344 In Visual mode it closes all folds that are in the selected
384 zM Close all folds: set 'foldlevel' to 0.
391 zR Open all folds. This sets 'foldlevel' to highest fold level.
395 Open folds in {range}. When [!] is added all folds are
396 opened. Useful to see all the text in {range}. Without [!]
401 Close folds in {range}. When [!] is added all folds are
402 closed. Useful to hide all the text in {range}. Without [!]
445 Execute {cmd} on all lines that are not in a closed fold.
449 This works like the ":global" command: First all lines that
451 executed for all marked lines. Thus when {cmd} changes the
460 Execute {cmd} on all lines that are in a closed fold.
479 When 'foldlevel' is 0, all folds are closed.
481 When 'foldlevel' is very high, all folds are open.
546 Where the fold column is too narrow to display all nested folds, digits are
557 'foldenable' 'fen': Open all folds while not set.
594 all lines of the fold.
599 For all folding methods the manually opened and closed folds are restored.