Update changelog with readline bindings change

This commit is contained in:
Maxime Coste 2018-09-03 22:31:17 +10:00
parent 4b7e77ae00
commit ad75d1870c

View File

@ -78,11 +78,13 @@ change to make Kakoune command model cleaner and more robust.
inserting on the next character, which will be the first character inserting on the next character, which will be the first character
of the next line. of the next line.
- `autoshowcompl` options has been renames `auto_complete` and is * `autoshowcompl` options has been renamed `auto_complete` and is
now a `flags(insert|prompt)` option, allowing more granular now a `flags(insert|prompt)` option, allowing more granular
configuration of when the completions should be displayed configuration of when the completions should be displayed
automatically. automatically.
* Prompt editing shortcuts have been changed to match readline.
== Kakoune 2018.04.13 == Kakoune 2018.04.13
First official Kakoune release. First official Kakoune release.