From feb58ab9e2f82e99bd82d3706526a8ac51fa9c56 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Mon, 19 Dec 2016 17:41:16 -0800 Subject: [PATCH] Update description of kak_selections --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 934c54a1..c14a1f38 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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`