diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-12 14:29:27 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-12 14:29:27 +0000 |
commit | 4399ef4764584a24080670b4869cb8b5d31a4f78 (patch) | |
tree | c47e4671d16eeeadc9aa0b9a9cb19576e7c653b9 /runtime/doc/various.txt | |
parent | b11bd7e43f6cdca944dceebaa3c8012d6bf1a74e (diff) | |
download | vim-4399ef4764584a24080670b4869cb8b5d31a4f78.zip |
updated for version 7.0050
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index 0f7947073..b9408025a 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 |