Merge remote-tracking branch 'kballard/readme_selections_escaped'

This commit is contained in:
Maxime Coste 2016-12-20 03:54:36 +00:00
commit 81a4207e06

View File

@ -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:
* `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.
* `kak_selection_desc`: range of the main selection, represented as `anchor,cursor`;
anchor and cursor are in this format: `line.column`