aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/cmdline.txt
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-10-29 09:18:30 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-10-29 09:21:00 +0100
commitbee8a0ae8c1301653a3f291dc1505fc72d24f2f0 (patch)
tree9048fc31bcd2357ac465499f67450b381c308995 /runtime/doc/cmdline.txt
parentc05b0d8ec7a29b29ca36a78041cb67eefc146b30 (diff)
downloadrneovim-bee8a0ae8c1301653a3f291dc1505fc72d24f2f0.tar.gz
rneovim-bee8a0ae8c1301653a3f291dc1505fc72d24f2f0.tar.bz2
rneovim-bee8a0ae8c1301653a3f291dc1505fc72d24f2f0.zip
vim-patch:7db25fed5de1
Update runtime files. https://github.com/vim/vim/commit/7db25fed5de1be922b8cbb0328149469606a0424
Diffstat (limited to 'runtime/doc/cmdline.txt')
-rw-r--r--runtime/doc/cmdline.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt
index e72799c65b..48229d8991 100644
--- a/runtime/doc/cmdline.txt
+++ b/runtime/doc/cmdline.txt
@@ -378,10 +378,13 @@ CTRL-D List names that match the pattern in front of the cursor.
match is inserted. After the last match, the first is used
again (wrap around).
The behavior can be changed with the 'wildmode' option.
+ *c_<S-Tab>*
+<S-Tab> Like 'wildchar' or <Tab>, but begin with the last match and
+ then go to the previous match.
*c_CTRL-N*
CTRL-N After using 'wildchar' which got multiple matches, go to next
match. Otherwise recall more recent command-line from history.
-<S-Tab> *c_CTRL-P* *c_<S-Tab>*
+ *c_CTRL-P*
CTRL-P After using 'wildchar' which got multiple matches, go to
previous match. Otherwise recall older command-line from
history.