From 3c81f47a0584e7915217397fed0488091a62df82 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 15 Oct 2023 16:02:08 +0800 Subject: [PATCH] runtime(doc): correct / behavior in 'wildmenu' (#13336) "but don't insert it" is wrong. Also move them just below as they are more similar. --- runtime/doc/index.txt | 2 +- runtime/doc/options.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 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') move up to parent / select the previous match move down to submenu / select the next match select the previous match / move up to parent - select the next match / move down to submenu + select the next match / move down to submenu move into submenu when doing menu completion other stop completion and insert the typed character diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 492c7da1ee..6f38bc02be 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -9333,12 +9333,12 @@ A jump table for the options with a short description can be found at |Q_op|. When using the popup menu for command line completion, the following keys have special meanings: - select previous/next match (like CTRL-P/CTRL-N) + - select a match several entries back + - select a match several entries further - in filename/menu name completion: move up into parent directory or parent menu. - in filename/menu name completion: move into a subdirectory or submenu. - - Select a match several entries back, but don't insert it. - - Select a match several entries further, but don't insert it. CTRL-E - end completion, go back to what was there before selecting a match. CTRL-Y - accept the currently selected match and stop