diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-28 13:18:40 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2021-11-28 13:18:40 +0100 |
| commit | 15279b57faaaf5d2e81fa7ff71c052fb1fccf291 (patch) | |
| tree | ef27afbacddde4f5dcf6ec3eb88921a42e06ce24 | |
| parent | 1d0d3abbd1035e46e3181d24ff7f895eec9feda6 (diff) | |
Remove todo
| -rw-r--r-- | cape.el | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -770,10 +770,6 @@ This feature is experimental." (set init t)) (when-let* ((prefix (cape--company-call backend 'prefix)) (initial-input (if (stringp prefix) prefix (car-safe prefix)))) - ;; TODO When fetching candidates, support asynchronous operation. If a - ;; future is returned, the capf should fail first. As soon as the future - ;; callback is called, remember the result, refresh the UI and return the - ;; remembered result the next time the capf is called. (let* ((end (point)) (beg (- end (length initial-input)))) (list beg end (cape--table-with-properties |
