summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-20 21:26:00 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-20 21:26:00 +0100
commit26402cb2de73a82821d7b2becc8d27be1c48fef3 (patch)
treed1e4735ab3da05b19f7f4aeef1b4abfc22934ac4 /runtime/doc/options.txt
parent63dbda1caa88042c88d46ad139c99def2e8b80ca (diff)
downloadvim-git-26402cb2de73a82821d7b2becc8d27be1c48fef3.tar.gz
Update runtime files.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 6be278aac..559a61987 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.3. Last change: 2013 Feb 13
+*options.txt* For Vim version 7.3. Last change: 2013 Feb 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -7918,6 +7918,7 @@ A jump table for the options with a short description can be found at |Q_op|.
CTRL-P/CTRL-N, cause the highlight to move to the appropriate match.
When 'wildmode' is used, "wildmenu" mode is used where "full" is
specified. "longest" and "list" do not start "wildmenu" mode.
+ You can check the current mode with |wildmenumode()|.
If there are more matches than can fit in the line, a ">" is shown on
the right and/or a "<" is shown on the left. The status line scrolls
as needed.