Kakoune 2022.10.31

This commit is contained in:
Maxime Coste 2022-10-31 09:05:58 +11:00
parent 0a21dc0e99
commit 98b84f2b05
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 2022.10.31
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)

View File

@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
0,
20221031,
"» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"
"» pipe commands do not append final end-of-lines anymore\n"
"» {+u}complete-command{} to configure command completion\n"