summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-05-29 23:03:09 +0200
committerBram Moolenaar <Bram@vim.org>2020-05-29 23:03:09 +0200
commit823654bc06c847af20967d41db32d592aba416cb (patch)
tree242da0c3774743f5acaa9510d252778a4ba98176 /runtime
parent6cb0726215519fe94103803e4aa77a355384bcf2 (diff)
downloadvim-git-823654bc06c847af20967d41db32d592aba416cb.tar.gz
patch 8.2.0841: 'verbose' value 16 causes duplicate outputv8.2.0841
Problem: 'verbose' value 16 causes duplicate output. Solution: Combine levels 15 and 16 into one message. (Christian Brabandt, closes #6153)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/options.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cc3f5126b..a805a0c27 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -8331,7 +8331,9 @@ A jump table for the options with a short description can be found at |Q_op|.
>= 12 Every executed function.
>= 13 When an exception is thrown, caught, finished, or discarded.
>= 14 Anything pending in a ":finally" clause.
- >= 15 Every executed Ex command (truncated at 200 characters).
+ >= 15 Every executed Ex command from a script (truncated at 200
+ characters).
+ >= 16 Every executed Ex command
This option can also be set with the "-V" argument. See |-V|.
This option is also set by the |:verbose| command.