From 15279b57faaaf5d2e81fa7ff71c052fb1fccf291 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 28 Nov 2021 13:18:40 +0100 Subject: Remove todo --- cape.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cape.el b/cape.el index 68d92bc..01e19a6 100644 --- a/cape.el +++ b/cape.el @@ -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 -- cgit v1.0