From 09b1ce08600bf2b423cb5b3a16952bf183bed1ff Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Fri, 3 Oct 2025 08:11:39 +0000 Subject: [PATCH] runtime(doc): fix typo after commit cfcf1a57cbef related: #18452 Signed-off-by: Christian Brabandt --- runtime/doc/options.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 48e9013052..d0e587b4f7 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 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