summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-10-15 16:02:08 +0800
committerGitHub <noreply@github.com>2023-10-15 10:02:08 +0200
commit3c81f47a0584e7915217397fed0488091a62df82 (patch)
tree7a7b948dfa989c709bc9dc5fc8a5ae16b1caf65d /runtime/doc/index.txt
parentd7ae263af8f6a2da55ce3702d18c53ab1418bca7 (diff)
runtime(doc): correct <PageUp>/<PageDown> behavior in 'wildmenu' (#13336)
"but don't insert it" is wrong. Also move them just below <Up> <Down> as they are more similar.
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index e7e99e2ec0..a9a8eec257 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1117,7 +1117,7 @@ commands in wildmenu mode (see 'wildmenu')
<Up> move up to parent / select the previous match
<Down> move down to submenu / select the next match
<Left> select the previous match / move up to parent
- <Down> select the next match / move down to submenu
+ <Right> select the next match / move down to submenu
<CR> move into submenu when doing menu completion
other stop completion and insert the typed character