Kakoune v2018.10.27

This commit is contained in:
Maxime Coste 2018-10-27 09:26:50 +11:00
parent 0d49c925e3
commit 3b40ab82f4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.
== Development version
== Kakoune 2018.10.27
* `remove-hooks` <group> argument is now a regex and removes all
hooks whose group matches it.

View File

@ -43,7 +43,7 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
0,
20181027,
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
"» exclusive face attributes is replaced with final (fg/bg/attr)\n"
"» <a-M> (merge consecutive) moved to <a-_> to make <a-M> backward <a-m>\n"