From dd5d00aaa9af33d62271d989b8f1f709500a570b Mon Sep 17 00:00:00 2001 From: Billy Su Date: Tue, 18 Feb 2020 17:10:29 +0800 Subject: doc: C-Y and C-E in wildmenu completion Add description of C-Y and C-E in wildmenu completion --- runtime/doc/options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 70af23ee29..9d044406c8 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6689,6 +6689,9 @@ A jump table for the options with a short description can be found at |Q_op|. While the menu is active these keys have special meanings: - select previous/next match (like CTRL-P/CTRL-N) + - Accet the currenty selected match and stop + completion. + - End completion, back to original typed text. - in filename/menu name completion: move into a subdirectory or submenu. - in menu completion, when the cursor is just after a -- cgit From 4d53bdccc60a4bc39e6ca2c626f4b511881559ef Mon Sep 17 00:00:00 2001 From: Zantox Date: Tue, 24 Mar 2020 22:40:55 +0100 Subject: doc: Fix wildmenu doc inconsistencies and typos Fix typos, capitalization to match block, and remove the angle brackets on the CTRL keys to match other documentation. --- runtime/doc/options.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9d044406c8..12af911d6d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -6688,10 +6688,11 @@ A jump table for the options with a short description can be found at |Q_op|. While the menu is active these keys have special meanings: + CTRL-Y - accept the currently selected match and stop + completion. + CTRL-E - end completion, go back to what was there before + selecting a match. - select previous/next match (like CTRL-P/CTRL-N) - - Accet the currenty selected match and stop - completion. - - End completion, back to original typed text. - in filename/menu name completion: move into a subdirectory or submenu. - in menu completion, when the cursor is just after a -- cgit