-*insert.txt* For Vim version 9.1. Last change: 2025 Jun 04
+*insert.txt* For Vim version 9.1. Last change: 2025 Jun 11
VIM REFERENCE MANUAL by Bram Moolenaar
not a valid CTRL-X mode command. Valid keys are the CTRL-X command itself,
CTRL-N (next), and CTRL-P (previous).
+By default, the possible completions are showed in a menu and the first
+completion is inserted into the text. This can be adjusted with 'completeopt'.
+
To get the current completion information, |complete_info()| can be used.
Also see the 'infercase' option if you want to adjust the case of the match.
-*options.txt* For Vim version 9.1. Last change: 2025 Jun 10
+*options.txt* For Vim version 9.1. Last change: 2025 Jun 11
VIM REFERENCE MANUAL by Bram Moolenaar
completion in the preview window. Only works in
combination with "menu" or "menuone".
+ This option does not apply to |cmdline-completion|. See 'wildoptions'
+ for that.
+
*'completepopup'* *'cpp'*
'completepopup' 'cpp' string (default empty)
global
'wildoptions' 'wop' string (default "")
global
A list of words that change how |cmdline-completion| is done.
+
The following values are supported:
fuzzy Use |fuzzy-matching| to find completion matches. When
this value is specified, wildcard expansion will not
d #define
f function
+ This option does not apply to |ins-completion|. See 'completeopt' for
+ that.
+
*'winaltkeys'* *'wak'*
'winaltkeys' 'wak' string (default "menu")
global