Clarified the new -1 setting for min chars
This commit is contained in:
parent
6e84bebe0c
commit
eb74ed6145
@ -656,8 +656,10 @@ option is set to `2`, then when the user types a second alphanumeric character
|
|||||||
after a whitespace character, completion suggestions will be triggered. This
|
after a whitespace character, completion suggestions will be triggered. This
|
||||||
option is NOT used for semantic completion.
|
option is NOT used for semantic completion.
|
||||||
|
|
||||||
Special value `-1` disables identifier completion engine and just leaves the
|
Setting this to `-1` will disable the identifier completion engine; only the
|
||||||
semantic engine.
|
semantic engine will remain. NOTE: this also turns off other engines that tie
|
||||||
|
into the identifier completion engine, like UltiSnips trigger completion or
|
||||||
|
filename completion.
|
||||||
|
|
||||||
Default: `2`
|
Default: `2`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user