You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -189,16 +208,17 @@ performed by `cider-annotate-completion-function'."
189
208
;; When the 'action is 'metadata, this lambda returns metadata about this
190
209
;; capf, when action is (boundaries . suffix), it returns nil. With every
191
210
;; other value of 'action (t, nil, or lambda), 'action is forwarded to
192
-
;; (complete-with-action), together with (cider-complete), prefix and pred.
193
-
;; And that function performs the completion based on those arguments.
211
+
;; (complete-with-action), together with (cider-complete-with-cache),
212
+
;; prefix and pred. And that function performs the completion based
213
+
;; on those arguments.
194
214
;;
195
215
;; This api is better described in the section
196
216
;; '21.6.7 Programmed Completion' of the elisp manual.
197
217
(cond ((eq action 'metadata) `(metadata (category . cider))) ;; defines a completion category named 'cider, used later in our `completion-category-overrides` logic.
0 commit comments