changelog: escape {
as \\{
otherwise '%val{window_range}' appears as '%val' in version notes startup splash
This commit is contained in:
parent
a42aa1e47e
commit
be7e3ccc9e
|
@ -47,7 +47,7 @@ struct {
|
|||
} constexpr version_notes[] = { {
|
||||
0,
|
||||
"» asynchronous {+u}shell-script-candidates{} completion\n"
|
||||
"» {+b}%val{window_range}{} is now emitted as separate strings\n"
|
||||
"» {+b}%val\\{window_range}{} is now emitted as separate strings\n"
|
||||
"» {+b}+{} only duplicates identical selections a single time\n"
|
||||
"» {+u}daemonize-session{} command\n"
|
||||
}, {
|
||||
|
|
Loading…
Reference in New Issue
Block a user