diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-24 22:22:18 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-24 22:22:18 +0200 |
commit | 56b45b9b37285f9e139b55a4343a03f17187340b (patch) | |
tree | e30fadb79fcdd4deeb7f602145cbe1f64269a976 /runtime/doc/index.txt | |
parent | df2bc27b52944fbb75b8203a22f3ebde172e9c79 (diff) | |
download | vim-56b45b9b37285f9e139b55a4343a03f17187340b.zip |
Update runtime files.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index c2b1ca160..43196e900 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.3. Last change: 2013 Jun 06 +*index.txt* For Vim version 7.3. Last change: 2013 Jun 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -801,6 +801,10 @@ tag char note action in Normal mode ~ |zE| zE eliminate all folds |zF| zF create a fold for N lines |zG| zG mark word as good spelled word +|zH| zH when 'wrap' off scroll half a screenwidth + to the right +|zL| zL when 'wrap' off scroll half a screenwidth + to the left |zM| zM set 'foldlevel' to zero |zN| zN set 'foldenable' |zO| zO open folds recursively |