Fixup documentation on history navigation commands

Co-authored-by: Johannes Altmanninger <aclopte@gmail.com>
This commit is contained in:
Masanori Ogino 2023-06-20 10:16:00 +09:00
parent e58592f00a
commit 58058d1213
3 changed files with 6 additions and 7 deletions

View File

@ -5,9 +5,8 @@ released versions.
== Development version
* History is now stored linearly instead of in a tree
* `<a-u>` and `<a-U>` now undo selection history
* `<a-u>` and `<a-U>` now undo/redo selection changes; the previous meaning
of moving in history tree has been moved to `<c-j>` and `<c-k>`
* `%exp{...}` expansions provide flexible quoting for expanded strings
(as double quoted strings)

View File

@ -312,7 +312,7 @@ Yanking (copying) and pasting use the *"* register by default (See <<registers#,
move forward in changes history
*<c-k>*::
move forward in changes history
move backward in changes history
*<a-u>*::
undo last selection change

View File

@ -45,9 +45,9 @@ struct {
StringView notes;
} constexpr version_notes[] = { {
0,
"» 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"
"» {+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"
"» {+u}%exp\\{...}{} expansions provide flexible quoting for expanded "
"strings (as double quoted strings)\n"
"» {+u}show-matching -previous{} switch\n"