branch: elpa/helm
commit 644d4c6e82351a18b7e3b7216c08580e7bdf4630
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Handle filter-one-by-one in process filter
---
 helm-core.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-core.el b/helm-core.el
index dba45bc3ef..02eb47fcd6 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5559,6 +5559,8 @@ This will work only in Emacs-26+, i.e. Emacs versions 
that have
               (pop lines))
             (setq candidates (nreverse candidates))
             (cl-dolist (candidate (helm-transform-candidates candidates source 
t))
+              (setq candidate (helm--maybe-process-filter-one-by-one-candidate
+                               candidate source))
               (let ((start (point)))
                 (unless (or (not multiline)
                             (zerop (cdr (assq 'item-count source))))

Reply via email to