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(-) 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