From 06d4ee578e5955d3d444bbe9dd03285df958cdd1 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 15 Apr 2019 17:50:13 +0200 Subject: [PATCH] Update changelog --- doc/pages/changelog.asciidoc | 9 +++++++++ src/main.cc | 1 + 2 files changed, 10 insertions(+) diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 6c7ab63d..707dac55 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -15,6 +15,15 @@ released versions. * `edit -scratch` with no buffer name will create a new scratch buffer with a unique autogenerated name. +* `info -placement` is now `info -style` and supports + `menu` and `modal` additional styles. + +* `completions` option type `docstring` are now arbitrary + kakoune commands that are run on item select. + +* `InsertCompletionSelect` hook has been removed as + `completions` commands now provides a similar feature. + == Kakoune 2019.01.20 * `auto_complete` has been renamed to `autocomplete` for more diff --git a/src/main.cc b/src/main.cc index d115ef2f..0902421c 100644 --- a/src/main.cc +++ b/src/main.cc @@ -47,6 +47,7 @@ struct { 0, "» %file{...} expansions to read files\n" "» echo -to-file to write to file\n" + "» completions option have an on select command instead of a docstring\n" }, { 20190120, "» named capture groups in regex\n"