summaryrefslogtreecommitdiff
path: root/helm-mode.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-22 08:49:04 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-22 08:49:04 +0200
commit14f183c06728b995bf58031558186b82137b6cd3 (patch)
treee17de6419d4fe4e3e2ac54c733efd41a77c7733d /helm-mode.el
parentce072247b1b5830996911c66df6a2678e687e970 (diff)
Fix helm-read-file-name to fit with new HFF code
Diffstat (limited to 'helm-mode.el')
-rw-r--r--helm-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-mode.el b/helm-mode.el
index 0e250051..b20e36d6 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1272,7 +1272,8 @@ Keys description:
:update (lambda ()
(remhash helm-ff-default-directory
helm-ff--list-directory-cache))
- :filtered-candidate-transformer '(helm-ff-fct-show-maybe-only-basename
+ :match-on-real t
+ :filtered-candidate-transformer '(helm-ff-fct
helm-ff-sort-candidates)
:persistent-action-if persistent-action-if
:persistent-help persistent-help