diff options
| author | Maxime Coste <mawww@kakoune.org> | 2024-01-28 11:21:22 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2024-01-30 08:20:13 +1100 |
| commit | c124c8f517c921bee2017cdf5081f3e8b98e27b9 (patch) | |
| tree | f88afffc0d8eaa7886993e1a0977b6f0d9cde252 /src/main.cc | |
| parent | 2c944f64152c9c1a897d8deb8873ea594b084572 (diff) | |
Support -after switch for flag-lines highlighter
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 1 |
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" |
