Document how to escape special characters in completions.
This commit is contained in:
parent
d758bbf09b
commit
bdb668ba54
|
@ -143,6 +143,9 @@ are exclusively available to built-in options.
|
||||||
except for the first element which follows the
|
except for the first element which follows the
|
||||||
`<line>.<column>[+<length>]@<timestamp>` format to define where the
|
`<line>.<column>[+<length>]@<timestamp>` format to define where the
|
||||||
completion apply in the buffer.
|
completion apply in the buffer.
|
||||||
|
Any `|` or `\` characters that occur within the `<text>`,
|
||||||
|
`<select cmd>`, or `<menu text>` fields should be escaped as `\|`
|
||||||
|
or `\\`.
|
||||||
|
|
||||||
Select commands are arbitrary Kakoune commands that will be executed
|
Select commands are arbitrary Kakoune commands that will be executed
|
||||||
each time the element is selected in the menu. The common use case is
|
each time the element is selected in the menu. The common use case is
|
||||||
|
|
Loading…
Reference in New Issue
Block a user