summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2024-05-09 20:15:32 +1000
committerMaxime Coste <mawww@kakoune.org>2024-05-09 20:15:32 +1000
commit8bb0f44c2b1e45f8d62680e07029a39e4f0d9385 (patch)
treeab0fe6b81109d12233beee9cd00ec4caadc1916b /src
parent1c71fc0c097f14ba857936fb56253c65abbb62d6 (diff)
Kakoune 2024.05.09
Diffstat (limited to 'src')
-rw-r--r--src/main.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 98181601..e0044db0 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -45,7 +45,7 @@ struct {
unsigned int version;
StringView notes;
} constexpr version_notes[] = { {
- 0,
+ 20240509,
"» {+u}flag-lines -after{} highlighter\n"
"» asynchronous {+u}shell-script-candidates{} completion\n"
"» {+b}%val\\{window_range}{} is now emitted as separate strings\n"
@@ -56,6 +56,7 @@ struct {
"» {+u}git blame{} works in {+u}git-diff{} and {+u}git-log{} buffers\n"
"» custom completions are no longer sorted if the typed text is empty\n"
"» {+u}terminal{} now selects implementation based on windowing options\n"
+ "» {+u}local{} scopes\n"
}, {
20230805,
"» Fix FreeBSD/MacOS clang compilation\n"