aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorG-flat <63449095+G-flat@users.noreply.github.com>2020-10-05 15:15:10 +0800
committerGitHub <noreply@github.com>2020-10-05 15:15:10 +0800
commitb0769729c805ef33d47f383fd8b2ab18da5fa33c (patch)
treeee66236c5172c1b65b8a6415f756a78d6db29ac5 /runtime/doc
parent1d08dfab5b057b51aed98450afd3ad1c888870ff (diff)
parentf7aeac7263c792e1503f9169abed20b6f5b9da99 (diff)
downloadrneovim-b0769729c805ef33d47f383fd8b2ab18da5fa33c.tar.gz
rneovim-b0769729c805ef33d47f383fd8b2ab18da5fa33c.tar.bz2
rneovim-b0769729c805ef33d47f383fd8b2ab18da5fa33c.zip
Merge pull request #1 from neovim/master
rebase
Diffstat (limited to 'runtime/doc')
-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.