summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-25 15:42:07 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-25 15:42:07 +0100
commitb529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d (patch)
treedc432e1b5129a6cdddf67ae6468e72315a0452b6 /runtime/doc/options.txt
parentcd6ad6439da2ee2d1a8a6934c9d69e9c2664ba55 (diff)
downloadvim-git-b529cfbd04c02e31cfa88f2c8d88b5ff532d4f7d.tar.gz
Update runtime files
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cd9d7bd80..762a84224 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4843,7 +4843,7 @@ A jump table for the options with a short description can be found at |Q_op|.
help. (Note that previously setting the global option to the empty
value did this, which is now deprecated.)
When the first character is ":", the command is invoked as a Vim
- Ex command prefixed with [count].
+ Ex command with [count] added as an argument if it is not zero.
When "man", "man -s" or an Ex command is used, Vim will automatically
translate a count for the "K" command and pass it as the first
argument. For "man -s" the "-s" is removed when there is no count.