summaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-06-16 11:19:22 +0000
committerBram Moolenaar <Bram@vim.org>2004-06-16 11:19:22 +0000
commited20346f0b81d1d89c22c9616abe8e47b4c17f08 (patch)
tree249992fe05850523ab4ed4bc8f66effc8a3251b9 /runtime/doc/various.txt
parent071d4279d6ab81b7187b48f3a0fc61e587b6db6c (diff)
downloadvim-git-ed20346f0b81d1d89c22c9616abe8e47b4c17f08.tar.gz
Various changes
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index 252572d97..8753bfa07 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -1,4 +1,4 @@
-*various.txt* For Vim version 7.0aa. Last change: 2004 May 01
+*various.txt* For Vim version 7.0aa. Last change: 2004 Jun 14
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -431,7 +431,8 @@ N *+X11* Unix only: can restore window title |X11|
*:verb* *:verbose*
:[count]verb[ose] {command}
Execute {command} with 'verbose' set to [count]. If
- [count] is omitted one is used.
+ [count] is omitted one is used. ":0verbose" can be
+ used to set 'verbose' to zero.
The additional use of ":silent" makes messages
generated but not displayed.
The combination of ":silent" and ":verbose" can be