Kakoune 2022.10.31
This commit is contained in:
parent
0a21dc0e99
commit
98b84f2b05
|
@ -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 2022.10.31
|
||||||
|
|
||||||
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
|
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>)
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ struct {
|
||||||
unsigned int version;
|
unsigned int version;
|
||||||
StringView notes;
|
StringView notes;
|
||||||
} constexpr version_notes[] = { {
|
} constexpr version_notes[] = { {
|
||||||
0,
|
20221031,
|
||||||
"» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"
|
"» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n"
|
||||||
"» pipe commands do not append final end-of-lines anymore\n"
|
"» pipe commands do not append final end-of-lines anymore\n"
|
||||||
"» {+u}complete-command{} to configure command completion\n"
|
"» {+u}complete-command{} to configure command completion\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user