Clarify changelog on user mode prompt history

This wording was valid for an old version of that patch that foolishly
add a switch to "map" to allow recording history.  Happily we found
a better solution. Now commands inside user mappings never add to
prompt history (unless you use "set-register"), so be clear about that.
This commit is contained in:
Johannes Altmanninger 2022-08-04 21:52:54 +02:00
parent 31e9fc3cef
commit 02058e0427

View File

@ -18,7 +18,7 @@ released versions.
* Prompt history registers `%reg{colon}`, `%reg{slash}` and `%reg{pipe}` now * Prompt history registers `%reg{colon}`, `%reg{slash}` and `%reg{pipe}` now
have reverse chronological order have reverse chronological order
* Executing user mode mappings no longer adds to prompt history registers by default. * Executing user mode mappings no longer adds to prompt history registers.
== Kakoune 2021.11.07 == Kakoune 2021.11.07