branch: externals/consult
commit 2d10dbd8694225c5dc682e6bcad0e0c473a9974f
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    consult-buffer: Add comment
---
 consult.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/consult.el b/consult.el
index 69413e0ee3..7c13b4c859 100644
--- a/consult.el
+++ b/consult.el
@@ -4322,6 +4322,7 @@ configuration of the virtual buffer sources."
                                   :prompt "Switch to: "
                                   :history 'consult--buffer-history
                                   :sort nil)))
+    ;; For non-matching candidates, fall back to buffer creation.
     (unless (plist-get (cdr selected) :match)
       (consult--buffer-action (car selected)))))
 

Reply via email to