diff options
| author | Maxime Coste <mawww@kakoune.org> | 2022-10-31 09:05:58 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2022-10-31 09:05:58 +1100 |
| commit | 98b84f2b05e8532703898a85abd06fc28c4e40ac (patch) | |
| tree | 0d6231e6858f465ae78e17c0a3c931f33e687cb9 /src | |
| parent | 0a21dc0e99451a22a6dbc5380a9403e89e856f34 (diff) | |
Kakoune 2022.10.31
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index f0a688ec..08baed94 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,7 +44,7 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { - 0, + 20221031, "» {+b}<esc>{} does not end macro recording anymore, use {+b}Q{}\n" "» pipe commands do not append final end-of-lines anymore\n" "» {+u}complete-command{} to configure command completion\n" |
