summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-07-29 15:53:23 +1000
committerMaxime Coste <mawww@kakoune.org>2023-07-29 15:53:23 +1000
commitf58d6860662a1d0774743d2149b0812e84b2b754 (patch)
tree0b8699a53b6282af8eaa5137b567c0bf99b4b427 /src/main.cc
parentdad128e4a6c258983e820039c95e6d92998fd1bc (diff)
Kakoune 2023.07.29
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 35afcc7a..a0957338 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,7 +44,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
- 0,
+ 20230729,
"ยป {+b}<a-u>{} and {+b}<a-U>{} now undo/redo selection changes; "
"the previous meaning of moving in history tree has been moved to "
"{+b}<c-j>{} and {+b}<c-k>{}\n"