runtime(doc): update options.txt and clarify 'wildmode' further Commit: https://github.com/vim/vim/commit/f4b1a60dd145c8dddd2b6a37699e96772cd69402 Author: Christian Brabandt <c...@256bit.org> Date: Sun Apr 13 18:06:49 2025 +0200
runtime(doc): update options.txt and clarify 'wildmode' further related: https://github.com/vim/vim/issues/17100 Co-authored-by: Girish Palya <giris...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 089df1411..83e00e0a2 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2025 Apr 12 +*options.txt* For Vim version 9.1. Last change: 2025 Apr 13 VIM REFERENCE MANUAL by Bram Moolenaar @@ -9662,7 +9662,7 @@ A jump table for the options with a short description can be found at |Q_op|. applies to buffer name completion. "noselect" If 'wildmenu' is enabled, show the menu but do not preselect the first item. - If only one match exists, it is completed fully—unless "noselect" is + If only one match exists, it is completed fully, unless "noselect" is specified. Some useful combinations of colon-separated values: @@ -9698,7 +9698,7 @@ A jump table for the options with a short description can be found at |Q_op|. < Show 'wildmenu' without completing or selecting on first press Cycle full matches on second press > :set wildmode=noselect:lastused,full -< Same as above, but buffer matches are sorted by last used +< Same as above, but buffer matches are sorted by time last used More info here: |cmdline-completion|. *'wildoptions'* *'wop'* -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u3zz5-000lSW-SX%40256bit.org.