aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-12-01 20:30:39 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-12-02 08:23:10 +0100
commitc1378413c142e1762b80132c41b10c16c4aa7c13 (patch)
tree45b1f89ad3604ee9c7504b636ab0d8c10f7e0a36 /runtime/doc/options.txt
parent36b714e9b7fa2ab9e15d7a5ff029997363fedce6 (diff)
downloadrneovim-c1378413c142e1762b80132c41b10c16c4aa7c13.tar.gz
rneovim-c1378413c142e1762b80132c41b10c16c4aa7c13.tar.bz2
rneovim-c1378413c142e1762b80132c41b10c16c4aa7c13.zip
vim-patch:768728b: runtime(doc): Update documentation for "noselect" in 'completeopt'
In particular, make the distinction and interaction between "noinsert" and "noselect" clearer as it was very confusing before. closes: vim/vim#16148 https://github.com/vim/vim/commit/768728b48751c5e937409d12d98bfa1fb4c37266 Co-authored-by: dundargoc <gocdundar@gmail.com>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index c5f21c64a2..9782846be5 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1559,9 +1559,9 @@ A jump table for the options with a short description can be found at |Q_op|.
a match from the menu. Only works in combination with
"menu" or "menuone". No effect if "longest" is present.
- noselect Do not select a match in the menu, force the user to
- select one from the menu. Only works in combination with
- "menu" or "menuone".
+ noselect Same as "noinsert", except that no menu item is
+ pre-selected. If both "noinsert" and "noselect" are present,
+ "noselect" has precedence.
fuzzy Enable |fuzzy-matching| for completion candidates. This
allows for more flexible and intuitive matching, where