diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 0053d2bb..7eb54e23 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -78,7 +78,7 @@ change to make Kakoune command model cleaner and more robust. inserting on the next character, which will be the first character 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 configuration of when the completions should be displayed automatically.