diff options
| author | Maxime Coste <mawww@kakoune.org> | 2022-02-22 20:14:47 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2022-03-06 10:13:14 +1100 |
| commit | 70610017284af7effd675bd927ae25b084b3e4b9 (patch) | |
| tree | a7c883a919f64d4d3828b074f4707b3272460cd0 /src/main.cc | |
| parent | b915e4e11b666b72607b8c22044f5e20d9107cdd (diff) | |
Add a complete-command command to configure command completion
This makes it possible to change command completion in hooks and
paves the way to more flexibility in how custom commands can be
completed
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 98e33d83..eb240288 100644 --- a/src/main.cc +++ b/src/main.cc @@ -46,6 +46,7 @@ struct { } constexpr version_notes[] = { { 0, "» pipe commands do not append final end-of-lines anymore\n" + "» {+u}complete-command{} to configure command completion\n" }, { 20211107, "» colored and curly underlines support (undocumented in 20210828)\n" |
