diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-07-01 22:07:29 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-07-01 22:07:29 +1000 |
| commit | 2ff9fd8d9262e9fd1361dd2c0e873277aabad663 (patch) | |
| tree | f0ea1328e4de2e89121b328def683712a9e81217 /src | |
| parent | 9363f98f5b95e4326148d1d2c92937c4a4195457 (diff) | |
Kakoune v2019.07.01
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc index 53df2492..620a3da8 100644 --- a/src/main.cc +++ b/src/main.cc @@ -44,10 +44,12 @@ struct { unsigned int version; const char* notes; } constexpr version_notes[] = { { - 0, + 20190701, "» %file{...} expansions to read files\n" "» echo -to-file <filename> to write to file\n" "» completions option have an on select command instead of a docstring\n" + "» Function key syntax do not accept lower case f anymore\n" + "» shell quoting of list options is now opt-in with $kak_quoted_...\n" }, { 20190120, "» named capture groups in regex\n" |
