]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typo after commit cfcf1a57cbef
authorChristian Brabandt <cb@256bit.org>
Fri, 3 Oct 2025 08:11:39 +0000 (08:11 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 3 Oct 2025 08:11:39 +0000 (08:11 +0000)
related: #18452

Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 48e90130521f7e324b49e53feccbbad7aa9d95c0..d0e587b4f774203101bc52aff078af9b25f60bf9 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2025 Oct 01
+*options.txt*  For Vim version 9.1.  Last change: 2025 Oct 03
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2292,8 +2292,8 @@ A jump table for the options with a short description can be found at |Q_op|.
 
           noselect Same as "noinsert", except that no menu item is
                    pre-selected.  If both "noinsert" and "noselect" are
-                   present, "noselect" takes precedence.  This options is
-                   enabled automatically when 'autocomplete' is on, unless
+                   present, "noselect" takes precedence.  This is enabled
+                   automatically when 'autocomplete' is on, unless
                    "preinsert" is also enabled.
 
           nosort   Disable sorting of completion candidates based on fuzzy