summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2023-06-17 17:30:43 +1000
committerMaxime Coste <mawww@kakoune.org>2023-06-17 17:31:57 +1000
commit5901d2e06b7c43fd0e6156a49761b81b747ea908 (patch)
tree46a48c3f3341a7673f96bfb152c6f05703e04465 /src/main.cc
parentb2a853cfc2e52559b70d0ad3bfc4a49f3ed16833 (diff)
Revert "Switch undo storage from a tree to a plain list"
Moving across history moved to <c-j>/<c-k> to keep <a-u>/<a-U> for selection undo/redo This reverts commit e0d33f51b36c9f0be7ae2467dab455d211bbf561.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 69bcc2f5..ac4a5625 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -45,7 +45,8 @@ struct {
StringView notes;
} constexpr version_notes[] = { {
0,
- "» History is now stored linearly instead of in a tree\n"
+ "» Selection undo/redo moved to {+b}<a-u>{}/{+b}<a-U>{} "
+ "and moving in history tree to {+b}<c-k>{}/{+b}c-j>{}\n"
"» {+b}<a-u>{} and {+b}<a-U>{} now undo selection history\n"
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
"strings (as double quoted strings)\n"