diff options
| author | Maxime Coste <mawww@kakoune.org> | 2025-06-03 14:21:56 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2025-06-03 14:21:56 +1000 |
| commit | c24c802373fc223fb80f1b80419ce6dcc59f2836 (patch) | |
| tree | 18da5063e75d840a61e11b12987af0da133a2ead /src | |
| parent | 8e876c9295615714688637a34f7c693deee25812 (diff) | |
Kakoune 2025.06.03
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 78318b5b..bf382dd2 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,10 +45,11 @@ struct { unsigned int version; StringView notes; } constexpr version_notes[] = { { - 0, + 20250603, "» kak_* appearing in shell arguments will be added to the environment\n" "» {+U}double underline{} support\n" "» {+u}git apply{} can stage/revert selected changes to current buffer\n" + "» {+u}exec/eval -client{} accepts '*' and comma separated list\n" }, { 20240518, "» Fix tests failing on some platforms\n" |
