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

    Same change as for HFF about :match and :diacritics in helm-mode
---
 helm-mode.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 31b7de41ec..159f56e72c 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -2220,7 +2220,10 @@ Keys description:
                        (remhash helm-ff-default-directory
                                 helm-ff--list-directory-cache))
              :match-on-real t
-             :diacritics helm-find-files-ignore-diacritics
+             :match (unless helm-find-files-ignore-diacritics
+                      'helm-mm-3f-match)
+             :diacritics (and helm-find-files-ignore-diacritics
+                              'helm-mm-3f-match-on-diacritics)
              :filtered-candidate-transformer '(helm-ff-fct
                                                helm-ff-maybe-show-thumbnails
                                                helm-ff-sort-candidates)

Reply via email to