From d95d351cbeb979a1119b7e00fa4bca25eb2a91cc Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 6 Mar 2022 10:01:49 +1100 Subject: [PATCH] Document ! and breaking change --- doc/pages/changelog.asciidoc | 2 ++ src/main.cc | 1 + 2 files changed, 3 insertions(+) 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 <> +* `!` and `` 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}{} now select the inserted text\n" }, { 20211107, "» colored and curly underlines support (undocumented in 20210828)\n"