aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-10-02 01:22:30 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-10-03 01:06:24 -0400
commit86ab4a1cb4cbf377d2ddf90f785d811a0be50cfc (patch)
tree8a3b978d3daa8cc32bf626daaad54f2d35ae30ec /runtime
parent970d6ee0d1fafb92eeaa56a3d767e704c6ef42c2 (diff)
downloadrneovim-86ab4a1cb4cbf377d2ddf90f785d811a0be50cfc.tar.gz
rneovim-86ab4a1cb4cbf377d2ddf90f785d811a0be50cfc.tar.bz2
rneovim-86ab4a1cb4cbf377d2ddf90f785d811a0be50cfc.zip
vim-patch:8.2.0841: 'verbose' value 16 causes duplicate output
Problem: 'verbose' value 16 causes duplicate output. Solution: Combine levels 15 and 16 into one message. (Christian Brabandt, closes vim/vim#6153) https://github.com/vim/vim/commit/823654bc06c847af20967d41db32d592aba416cb
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 bd61d113fb..beb5e9f4c2 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -6505,7 +6505,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.