summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorglepnir <glephunter@gmail.com>2024-06-03 19:32:39 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-03 19:46:13 +0200
commita218cc6cdabae1113647b817c4eefc2b60a6902f (patch)
treed99170b71192a1175086ac5061b77a4c24e25c03 /runtime/doc/options.txt
parent734286e4c626f80ace27eeb252a5e384e798aebf (diff)
patch 9.1.0463: no fuzzy-matching support for insert-completionv9.1.0463
Problem: no fuzzy-matching support for insert-completion Solution: enable insert-mode completion with fuzzy-matching using :set completopt+=fuzzy (glepnir). closes: #14878 Signed-off-by: glepnir <glephunter@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index cae3e5433a..e28244f111 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.1. Last change: 2024 Jun 01
+*options.txt* For Vim version 9.1. Last change: 2024 Jun 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2143,6 +2143,11 @@ A jump table for the options with a short description can be found at |Q_op|.
select one from the menu. Only works in combination with
"menu" or "menuone".
+ fuzzy Enable |fuzzy-matching| for completion candidates. This
+ allows for more flexible and intuitive matching, where
+ characters can be skipped and matches can be found even
+ if the exact sequence is not typed.
+
*'completepopup'* *'cpp'*
'completepopup' 'cpp' string (default empty)
global