Merge remote-tracking branch 'omasanori/fixup-undo-doc'

This commit is contained in:
Maxime Coste 2023-07-03 20:14:21 +10:00
commit 4b605c582c
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"