Document that markup is possible in completion menu entries.
Closes #1373
This commit is contained in:
parent
3a0d9481ac
commit
2ec360a178
|
@ -873,7 +873,7 @@ Options are typed, their type can be
|
|||
* `completions`: a `:` separated list of `<text>|<docstring>|<menu text>`
|
||||
candidates, except for the first element which follows the
|
||||
`<line>.<column>[+<length>]@<timestamp>` format to define where the
|
||||
completion apply in the buffer.
|
||||
completion apply in the buffer. Markup can be used in the menu text.
|
||||
* `enum(value1|value2|...)`: an enum, taking on of the given values
|
||||
* `flags(value1|value2|...)`: a set of flags, taking a combination
|
||||
of the given values joined by `|`.
|
||||
|
|
|
@ -34,7 +34,7 @@ Types
|
|||
a `:` separated list of `<text>|<docstring>|<menu text>`
|
||||
candidates, except for the first element which follows the
|
||||
`<line>.<column>[+<length>]@<timestamp>` format to define where the
|
||||
completion apply in the buffer.
|
||||
completion apply in the buffer. Markup can be used in the menu text.
|
||||
*enum(value1|value2|...)*::
|
||||
an enum, taking one of the given values
|
||||
*flags(value1|value2|...)*::
|
||||
|
|
Loading…
Reference in New Issue
Block a user