summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-01-20 22:52:01 +1100
committerMaxime Coste <mawww@kakoune.org>2019-01-20 22:52:01 +1100
commitcb7401439b6027da49c622822ee3498de741f130 (patch)
tree0e3525e2b8c0d97c19e66edab8613bdd097e0c6d /src
parentae69759a53b9fcddf4ee2a7b2a5acf40eb62c195 (diff)
Kakoune v2019.01.20
Diffstat (limited to 'src')
-rw-r--r--src/main.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 2832c363..3a1d23fe 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -44,6 +44,10 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
+ 20190120,
+ "» named capture groups in regex\n"
+ "» auto_complete option renamed to autocomplete\n"
+ }, {
20181027,
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
"» exclusive face attributes is replaced with final (fg/bg/attr)\n"