Skip to content

Commit

Permalink
Kakoune v2019.07.01
Browse files Browse the repository at this point in the history
  • Loading branch information
mawww committed Jul 1, 2019
1 parent 9363f98 commit 2ff9fd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/pages/changelog.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This changelog contains major and/or breaking changes to Kakoune between
released versions.

== Development version
== Kakoune 2019.07.01

* Re-organized bundled script files directory hierarchy.

Expand Down
4 changes: 3 additions & 1 deletion src/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2ff9fd8

Please sign in to comment.