diff options
| author | Maxime Coste <mawww@kakoune.org> | 2020-10-20 20:55:42 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2020-10-20 21:05:26 +1100 |
| commit | 4d22b405d658ca2111889bfb303fdcbf778e7cd2 (patch) | |
| tree | d381a42ec50a1cc2dfb3cde7ca0fd7334c43dbde /src/main.cc | |
| parent | 65587d1eee9eddedafbba0ecd9c102d87149554f (diff) | |
Notify prompt completion changes in startup message
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 2 |
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" |
