summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2018-10-27 09:26:50 +1100
committerMaxime Coste <mawww@kakoune.org>2018-10-27 09:26:50 +1100
commit3b40ab82f44afcdcda70b1162b5b130fadb22bdc (patch)
tree96b3c06d8fe13160235964e31de021b4f2a9b512 /src
parent0d49c925e310ef53681a25763a3c6bfa97797e20 (diff)
Kakoune v2018.10.27
Diffstat (limited to 'src')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 3981011b..41b78527 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -43,7 +43,7 @@ struct {
unsigned int version;
const char* notes;
} constexpr version_notes[] = { {
- 0,
+ 20181027,
"» define-commands -shell-completion and -shell-candidates has been renamed\n"
"» exclusive face attributes is replaced with final (fg/bg/attr)\n"
"» <a-M> (merge consecutive) moved to <a-_> to make <a-M> backward <a-m>\n"