Merge remote-tracking branch 'kballard/readme_selections_escaped'
This commit is contained in:
commit
81a4207e06
|
@ -740,7 +740,7 @@ for example: `%sh{ ls }` is replaced with the output of the ls command.
|
||||||
Some of Kakoune state is available through environment variables:
|
Some of Kakoune state is available through environment variables:
|
||||||
|
|
||||||
* `kak_selection`: content of the main selection
|
* `kak_selection`: content of the main selection
|
||||||
* `kak_selections`: content of the selection separated by colons, colons in
|
* `kak_selections`: content of the selection separated by colons, colons and backslashes in
|
||||||
the selection contents are escaped with a backslash.
|
the selection contents are escaped with a backslash.
|
||||||
* `kak_selection_desc`: range of the main selection, represented as `anchor,cursor`;
|
* `kak_selection_desc`: range of the main selection, represented as `anchor,cursor`;
|
||||||
anchor and cursor are in this format: `line.column`
|
anchor and cursor are in this format: `line.column`
|
||||||
|
|
Loading…
Reference in New Issue
Block a user