From 21e93ebc11d55e5bb7d2953bba9f72be1f880abf Mon Sep 17 00:00:00 2001 From: Frank LENORMAND Date: Thu, 19 Jul 2018 11:39:49 +0300 Subject: [PATCH] doc: Fixed a typo in the changelog --- doc/pages/changelog.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.