summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2020-10-20 20:55:42 +1100
committerMaxime Coste <mawww@kakoune.org>2020-10-20 21:05:26 +1100
commit4d22b405d658ca2111889bfb303fdcbf778e7cd2 (patch)
treed381a42ec50a1cc2dfb3cde7ca0fd7334c43dbde
parent65587d1eee9eddedafbba0ecd9c102d87149554f (diff)
Notify prompt completion changes in startup message
-rw-r--r--src/main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index a65424ad..518278a1 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -46,6 +46,8 @@ struct {
} constexpr version_notes[] = { {
0,
"» {+u}set-option -remove{} support\n"
+ "» prompts auto select {+i}menu{} completions on space\n"
+ "» explicit completion support ({+b}<c-x>...{}) in prompts\n"
}, {
20200901,
"» daemon mode does not fork anymore\n"