diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-07-07 19:46:47 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-07-07 19:46:47 +1000 |
| commit | 64e306f64bce0c0901d741a2495f277e64a4d8ae (patch) | |
| tree | 013588e7f94b5fff6a534d173513614f893ed03d /src/main.cc | |
| parent | 5ed9e1b356799006fecacb3734e4025a034fde60 (diff) | |
Document command-fifo in changelog
Diffstat (limited to 'src/main.cc')
| -rw-r--r-- | src/main.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc index 10b45403..eb08a9b7 100644 --- a/src/main.cc +++ b/src/main.cc @@ -45,6 +45,7 @@ struct { StringView notes; } constexpr version_notes[] = { { 0, + "» {+u}$kak_command_fifo{} support\n" "» {+u}set-option -remove{} support\n" "» prompts auto select {+i}menu{} completions on space\n" "» explicit completion support ({+b}<c-x>...{}) in prompts\n" |
