Kakoune v2019.01.20
This commit is contained in:
parent
ae69759a53
commit
cb7401439b
|
@ -3,7 +3,7 @@
|
|||
This changelog contains major and/or breaking changes to Kakoune between
|
||||
released versions.
|
||||
|
||||
== Development version
|
||||
== Kakoune 2019.01.20
|
||||
|
||||
* `auto_complete` has been renamed to `autocomplete` for more
|
||||
consistency.
|
||||
|
|
|
@ -44,6 +44,10 @@ struct {
|
|||
unsigned int version;
|
||||
const char* notes;
|
||||
} constexpr version_notes[] = { {
|
||||
20190120,
|
||||
"» named capture groups in regex\n"
|
||||
"» auto_complete option renamed to autocomplete\n"
|
||||
}, {
|
||||
20181027,
|
||||
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
|
||||
"» exclusive face attributes is replaced with final (fg/bg/attr)\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user