summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-11-28 22:56:19 +0000
committerBram Moolenaar <Bram@vim.org>2005-11-28 22:56:19 +0000
commita39571032cbfab60c8e49829bbd40734b7c86e92 (patch)
tree45a7ec1c5764c315fdec7f334538389ef95251b1 /runtime/doc/index.txt
parentc64d13ad5b4a8aa10c45c29dfdfbd2d1bb149765 (diff)
updated for version 7.0161
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index a432a560cc..623e613817 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1,4 +1,4 @@
-*index.txt* For Vim version 7.0aa. Last change: 2005 Sep 13
+*index.txt* For Vim version 7.0aa. Last change: 2005 Nov 27
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -765,10 +765,12 @@ tag char note action in Normal mode ~
|zD| zD delete folds recursively
|zE| zE eliminate all folds
|zF| zF create a fold for N lines
+|zG| zG mark word as good word
|zM| zM set 'foldlevel' to zero
|zN| zN set 'foldenable'
|zO| zO open folds recursively
|zR| zR set 'foldlevel' to the deepest fold
+|zW| zW mark word as wrong (bad) word
|zX| zX re-apply 'foldlevel'
|z^| z^ cursor on line N (default line above
window), otherwise like "z-"
@@ -780,6 +782,7 @@ tag char note action in Normal mode ~
position the cursor at the end (right side)
of the screen
|zf| zf{motion} create a fold for Nmove text
+|zg| zg mark word as good word
|zh| zh when 'wrap' off scroll screen N characters
to the right
|zi| zi toggle 'foldenable'
@@ -796,6 +799,7 @@ tag char note action in Normal mode ~
side) of the screen
|zt| zt redraw, cursor line at top of window
|zv| zv open enough folds to view the cursor line
+|zw| zw mark word as wrong (bad) word
|zx| zx re-apply 'foldlevel' and do "zv"
|zz| zz redraw, cursor line at center of window
|z<Left>| z<Left> same as "zh"