summaryrefslogtreecommitdiffstats
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-02-12 14:29:27 +0000
committerBram Moolenaar <Bram@vim.org>2005-02-12 14:29:27 +0000
commit4399ef4764584a24080670b4869cb8b5d31a4f78 (patch)
treec47e4671d16eeeadc9aa0b9a9cb19576e7c653b9 /runtime/doc/various.txt
parentb11bd7e43f6cdca944dceebaa3c8012d6bf1a74e (diff)
updated for version 7.0050
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 0f79470730..b9408025a1 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 7.0aa. Last change: 2005 Feb 07
+*various.txt* For Vim version 7.0aa. Last change: 2005 Feb 11
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -98,8 +98,9 @@ g8 Print the hex values of the bytes used in the
:{range}z[+-^.=]{count} Display several lines of text surrounding the line
specified with {range}, or around the current line
if there is no {range}. If there is a {count}, that's
- how many lines you'll see; otherwise, the current
- window size is used.
+ how many lines you'll see; if there is only one window
+ then the 'window' option is used, otherwise the
+ current window size is used.
:z can be used either alone or followed by any of
several punctuation marks. These have the following