Docs: update completions_extra_word_chars → extra_word_chars
This commit is contained in:
parent
620e718087
commit
c30aac0080
|
@ -958,7 +958,7 @@ Some options are built in Kakoune, and can be used to control its behaviour:
|
||||||
- `option=<opt-name>` where <opt-name> is a _completions_ option.
|
- `option=<opt-name>` where <opt-name> is a _completions_ option.
|
||||||
* `static_words` _str-list_: list of words that are always added to completion
|
* `static_words` _str-list_: list of words that are always added to completion
|
||||||
candidates when completing words in insert mode.
|
candidates when completing words in insert mode.
|
||||||
* `completions_extra_word_chars` _str_: a string containing all additional character
|
* `extra_word_chars` _codepoint-list_: list of all additional codepoints
|
||||||
that should be considered as word character for the purpose of insert mode
|
that should be considered as word character for the purpose of insert mode
|
||||||
completion.
|
completion.
|
||||||
* `autoreload` _enum(yes|no|ask)_: auto reload the buffers when an external
|
* `autoreload` _enum(yes|no|ask)_: auto reload the buffers when an external
|
||||||
|
|
|
@ -18,7 +18,7 @@ Types
|
||||||
*regex*::
|
*regex*::
|
||||||
as a string but the set commands will complain if the entered text
|
as a string but the set commands will complain if the entered text
|
||||||
is not a valid regex
|
is not a valid regex
|
||||||
*int-list*, *str-list*::
|
*int-list*, *str-list*, *codepoint-list*::
|
||||||
a list, elements are separated by a colon (:) if an element needs
|
a list, elements are separated by a colon (:) if an element needs
|
||||||
to contain a colon, it can be escaped with a backslash
|
to contain a colon, it can be escaped with a backslash
|
||||||
*range-specs*::
|
*range-specs*::
|
||||||
|
@ -125,8 +125,8 @@ Builtin options
|
||||||
list of words that are always added to completion candidates
|
list of words that are always added to completion candidates
|
||||||
when completing words in insert mode
|
when completing words in insert mode
|
||||||
|
|
||||||
*completions_extra_word_chars* 'str'::
|
*extra_word_chars* 'codepoint-list'::
|
||||||
a string containing all additional character that should be considered
|
a list of all additional codepoints that should be considered
|
||||||
as word character for the purpose of insert mode completion.
|
as word character for the purpose of insert mode completion.
|
||||||
|
|
||||||
*autoreload* 'enum(yes|no|ask)'::
|
*autoreload* 'enum(yes|no|ask)'::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user