]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update options.txt and clarify 'wildmode' further
authorChristian Brabandt <cb@256bit.org>
Sun, 13 Apr 2025 16:06:49 +0000 (18:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 13 Apr 2025 16:09:50 +0000 (18:09 +0200)
related: #17100

Co-authored-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 089df14114a7f0e0009bbb450a5db5459c2141ea..83e00e0a2f2d1d544aca33eacda8eab9fc22ff13 100644 (file)
@@ -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 fullyunless "noselect" is
+       If only one match exists, it is completed fullyunless "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'*