diff options
| author | Maxime Coste <mawww@kakoune.org> | 2023-11-07 18:01:54 +1100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2023-11-14 21:39:03 +1100 |
| commit | 11f0ace9b6bf7cf618a42de7e37d9608d2d86d99 (patch) | |
| tree | 5ad940ddb9c8286a33dbd86514c6d129df346758 /src/main.cc | |
| parent | 719512b308f1d5165037775cb314094f1bb870ad (diff) | |
Make shell-script-candidates completer run in the background
Read output from the script as it comes and update the candidate
list progressively.
Disable updating of the list when a completion has been explicitely
selected.
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 bc12f335..09df5361 100644 --- a/src/main.cc +++ b/src/main.cc @@ -46,6 +46,7 @@ struct { StringView notes; } constexpr version_notes[] = { { 0, + "» asynchronous {+u}shell-script-candidates{} completion\n" "» {+b}%val{window_range}{} is now emitted as separate strings\n" "» {+b}+{} only duplicates identical selections a single time\n" "» {+u}daemonize-session{} command\n" |
