summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-01-28 11:21:22 +1100
committerMaxime Coste <mawww@kakoune.org>2024-01-30 08:20:13 +1100
commitc124c8f517c921bee2017cdf5081f3e8b98e27b9 (patch)
treef88afffc0d8eaa7886993e1a0977b6f0d9cde252 /src/main.cc
parent2c944f64152c9c1a897d8deb8873ea594b084572 (diff)
Support -after switch for flag-lines highlighter
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 4d14565a..2dd4e3a6 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -46,6 +46,7 @@ struct {
StringView notes;
} constexpr version_notes[] = { {
0,
+ "» {+u}flag-lines -after{} highlighter\n"
"» asynchronous {+u}shell-script-candidates{} completion\n"
"» {+b}%val\\{window_range}{} is now emitted as separate strings\n"
"» {+b}+{} only duplicates identical selections a single time\n"