Document $kak_reg_* changes in the changelog

Closes #2202
This commit is contained in:
Maxime Coste 2018-07-14 23:37:42 +10:00
parent 5d836a327f
commit 58c7b06e1d

View File

@ -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 - `set-register` now take an arbitrary number of parameters and sets
the register to multiple strings. `%reg` expands to a list of strings. 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. - `%opt` expands list options as list of strings.
- selection descs are whitespaces separated instead of `:` separated - selection descs are whitespaces separated instead of `:` separated