branch: externals/consult
commit fda0a5130debceab3ba7cc90b7709870b0efa6b9
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Add TODO comment, creation of new candidates (See #539)
---
consult.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/consult.el b/consult.el
index c27ded8f3e..0787f54bef 100644
--- a/consult.el
+++ b/consult.el
@@ -2286,6 +2286,7 @@ INHERIT-INPUT-METHOD, if non-nil the minibuffer inherits
the input method."
(cdr (get-text-property 0 'multi-category (car found)))
(substring cand 0 -1))
(consult--multi-source sources cand))
+ ;; TODO return source with :new field, depending on current narrowing
(list cand))))
(defun consult--multi-candidates (sources)