doc: Fixed a typo in the changelog

This commit is contained in:
Frank LENORMAND 2018-07-19 11:39:49 +03:00
parent 0b8899d1d4
commit 21e93ebc11

View File

@ -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.