diff options
author | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:18:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2004-10-24 19:18:58 +0000 |
commit | 009b2592f7488286f286484b7f389e36fffa4bd9 (patch) | |
tree | c73d489697594d2c1216168f9bfb8763caed31f7 /runtime/doc/fold.txt | |
parent | 47136d70fafd8b101965b8d3d4bb72f5fe7dc231 (diff) | |
download | vim-git-009b2592f7488286f286484b7f389e36fffa4bd9.tar.gz |
updated for version 7.0020
Diffstat (limited to 'runtime/doc/fold.txt')
-rw-r--r-- | runtime/doc/fold.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/fold.txt b/runtime/doc/fold.txt index 00f547488..66444395d 100644 --- a/runtime/doc/fold.txt +++ b/runtime/doc/fold.txt @@ -1,4 +1,4 @@ -*fold.txt* For Vim version 7.0aa. Last change: 2004 Jun 14 +*fold.txt* For Vim version 7.0aa. Last change: 2004 Oct 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -190,11 +190,11 @@ and the level given by the marker: 3. if a marker with a lower fold level is found, all folds up to and including this level end and a fold with the specified level starts. -The number indicates the fold level. A zero cannot be used. -You can use "}}}" with a digit to indicate the level of the fold that -ends. The fold level of the following line will be one less than the -indicated level. Note that Vim doesn't look back to the level of the matching -marker (that would take too much time). Example: > +The number indicates the fold level. A zero cannot be used (a marker with +level zero is ignored). You can use "}}}" with a digit to indicate the level +of the fold that ends. The fold level of the following line will be one less +than the indicated level. Note that Vim doesn't look back to the level of the +matching marker (that would take too much time). Example: > {{{1 fold level here is 1 |