Document ! and <a-!> breaking change
This commit is contained in:
parent
85b78dda2e
commit
d95d351cbe
|
@ -7,6 +7,8 @@ released versions.
|
||||||
|
|
||||||
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>
|
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>
|
||||||
|
|
||||||
|
* `!` and `<a-!>` commands now select the inserted text
|
||||||
|
|
||||||
== Kakoune 2021.11.07
|
== Kakoune 2021.11.07
|
||||||
|
|
||||||
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
|
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
|
||||||
|
|
|
@ -47,6 +47,7 @@ struct {
|
||||||
0,
|
0,
|
||||||
"» 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"
|
||||||
|
"» {+b}!{} and {+b}<a-!>{} now select the inserted text\n"
|
||||||
}, {
|
}, {
|
||||||
20211107,
|
20211107,
|
||||||
"» colored and curly underlines support (undocumented in 20210828)\n"
|
"» colored and curly underlines support (undocumented in 20210828)\n"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user