summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2022-03-06 10:01:49 +1100
committerMaxime Coste <mawww@kakoune.org>2022-03-06 10:13:14 +1100
commitd95d351cbeb979a1119b7e00fa4bca25eb2a91cc (patch)
treecedf9d4fea21f3fd07313354e419409d3a343bf4
parent85b78dda2e29d70b620836b04224b104426bdbae (diff)
Document ! and <a-!> breaking change
-rw-r--r--doc/pages/changelog.asciidoc2
-rw-r--r--src/main.cc1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc
index 544a7d5f..1e2ae07b 100644
--- a/doc/pages/changelog.asciidoc
+++ b/doc/pages/changelog.asciidoc
@@ -7,6 +7,8 @@ released versions.
* `complete-command` (See <<commands#configuring-command-completion,`:doc commands configuring-command-completion`>>
+* `!` and `<a-!>` commands now select the inserted text
+
== Kakoune 2021.11.07
* Support for curly and separately colored underlines (undocumented in 2021.10.28)
diff --git a/src/main.cc b/src/main.cc
index eb240288..ab476458 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -47,6 +47,7 @@ struct {
0,
"» pipe commands do not append final end-of-lines anymore\n"
"» {+u}complete-command{} to configure command completion\n"
+ "» {+b}!{} and {+b}<a-!>{} now select the inserted text\n"
}, {
20211107,
"» colored and curly underlines support (undocumented in 20210828)\n"