summaryrefslogtreecommitdiffstats
path: root/runtime/doc/fold.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-12-11 18:53:29 +0100
committerBram Moolenaar <Bram@vim.org>2013-12-11 18:53:29 +0100
commitdfb18411cf3d0cf7fd92b39476768e5f7ca47148 (patch)
tree6702a04d67dd13878d9d9a6bebebfdc964758866 /runtime/doc/fold.txt
parent175d0704dfb1247be7f414bfbcf9f5cfeced2794 (diff)
Updated runtime files.
Diffstat (limited to 'runtime/doc/fold.txt')
-rw-r--r--runtime/doc/fold.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt
index 240d912d99..6ae2ff8682 100644
--- a/runtime/doc/fold.txt
+++ b/runtime/doc/fold.txt
@@ -1,4 +1,4 @@
-*fold.txt* For Vim version 7.4. Last change: 2010 May 13
+*fold.txt* For Vim version 7.4. Last change: 2013 Dec 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -285,9 +285,10 @@ zF Create a fold for [count] lines. Works like "zf".
*zd* *E351*
zd Delete one fold at the cursor. When the cursor is on a folded
line, that fold is deleted. Nested folds are moved one level
- up. In Visual mode all folds (partially) in the selected area
- are deleted. Careful: This easily deletes more folds than you
- expect and there is no undo.
+ up. In Visual mode one level of all folds (partially) in the
+ selected area are deleted.
+ Careful: This easily deletes more folds than you expect and
+ there is no undo for manual folding.
This only works when 'foldmethod' is "manual" or "marker".
Also see |fold-delete-marker|.