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

    Adaptive sort in project history
---
 helm-files.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-files.el b/helm-files.el
index c6dbb98990..15c11ef32c 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -7062,6 +7062,7 @@ by git or hg, otherwise it has no effect."
   (helm :sources
         (helm-build-sync-source "Project history"
           :candidates helm-browse-project-history
+          :filtered-candidate-transformer 'helm-adaptive-sort
           :action (helm-make-actions
                    "Browse project"
                    (lambda (candidate)

Reply via email to