From be7e3ccc9e6f148e6c04a9480ac9dcf454a10faf Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Fri, 17 Nov 2023 03:18:29 +0530 Subject: [PATCH] changelog: escape `{` as `\\{` otherwise '%val{window_range}' appears as '%val' in version notes startup splash --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cc b/src/main.cc index 09df5361..84e19f49 100644 --- a/src/main.cc +++ b/src/main.cc @@ -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" }, {