From 58c7b06e1d9e8a9e0cb12aace972b7d9119b7863 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sat, 14 Jul 2018 23:37:42 +1000 Subject: [PATCH] Document `$kak_reg_*` changes in the changelog Closes #2202 --- doc/pages/changelog.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 44092e58..e188caad 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -43,6 +43,9 @@ change to make Kakoune command model cleaner and more robust. - `set-register` now take an arbitrary number of parameters and sets the register to multiple strings. `%reg` expands to a list of strings. + - the `$kak_reg_*` environment variable is now a list, `$kak_main_reg_*` + provides the previous behaviour. + - `%opt` expands list options as list of strings. - selection descs are whitespaces separated instead of `:` separated