Kakoune v2018.10.27
This commit is contained in:
parent
0d49c925e3
commit
3b40ab82f4
|
@ -3,7 +3,7 @@
|
||||||
This changelog contains major and/or breaking changes to Kakoune between
|
This changelog contains major and/or breaking changes to Kakoune between
|
||||||
released versions.
|
released versions.
|
||||||
|
|
||||||
== Development version
|
== Kakoune 2018.10.27
|
||||||
|
|
||||||
* `remove-hooks` <group> argument is now a regex and removes all
|
* `remove-hooks` <group> argument is now a regex and removes all
|
||||||
hooks whose group matches it.
|
hooks whose group matches it.
|
||||||
|
|
|
@ -43,7 +43,7 @@ struct {
|
||||||
unsigned int version;
|
unsigned int version;
|
||||||
const char* notes;
|
const char* notes;
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
0,
|
20181027,
|
||||||
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
|
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
|
||||||
"» exclusive face attributes is replaced with final (fg/bg/attr)\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"
|
"» <a-M> (merge consecutive) moved to <a-_> to make <a-M> backward <a-m>\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user