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

    Add comment
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 182f3b2052..976c307aac 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5565,7 +5565,7 @@ This will work only in Emacs-26+, i.e. Emacs versions 
that have
         (setq candidate
               (helm--maybe-process-filter-one-by-one-candidate candidate 
source))
         (when ml
-          (if separate
+          (if separate ; No separator on first candidate below source header.
               (helm-insert-candidate-separator)
             (setq separate t)))
         (helm-insert-match candidate 'insert-before-markers

Reply via email to