summaryrefslogtreecommitdiff
path: root/src
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 /src
parent85b78dda2e29d70b620836b04224b104426bdbae (diff)
Document ! and <a-!> breaking change
Diffstat (limited to 'src')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
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"