1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-11 13:00:41 +03:00

changelog: escape { as \\{ otherwise '%val{window_range}' appears as '%val' in version notes startup splash

This commit is contained in:
Sidharth Kshatriya 2023-11-17 03:18:29 +05:30
parent a42aa1e47e
commit be7e3ccc9e

View File

@ -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"
}, {