Skip to content

Commit 3c81f47

Browse files
authored
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.
1 parent d7ae263 commit 3c81f47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

runtime/doc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ commands in wildmenu mode (see 'wildmenu')
11171117
<Up> move up to parent / select the previous match
11181118
<Down> move down to submenu / select the next match
11191119
<Left> select the previous match / move up to parent
1120-
<Down> select the next match / move down to submenu
1120+
<Right> select the next match / move down to submenu
11211121
<CR> move into submenu when doing menu completion
11221122
other stop completion and insert the typed character
11231123

runtime/doc/options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9333,12 +9333,12 @@ A jump table for the options with a short description can be found at |Q_op|.
93339333
When using the popup menu for command line completion, the following
93349334
keys have special meanings:
93359335
<Up> <Down> - select previous/next match (like CTRL-P/CTRL-N)
9336+
<PageUp> - select a match several entries back
9337+
<PageDown> - select a match several entries further
93369338
<Left> - in filename/menu name completion: move up into
93379339
parent directory or parent menu.
93389340
<Right> - in filename/menu name completion: move into a
93399341
subdirectory or submenu.
9340-
<PageUp> - Select a match several entries back, but don't insert it.
9341-
<PageDown> - Select a match several entries further, but don't insert it.
93429342
CTRL-E - end completion, go back to what was there before
93439343
selecting a match.
93449344
CTRL-Y - accept the currently selected match and stop

0 commit comments

Comments
 (0)