branch: elpa/helm
commit e92830ba7de32808f1a689ec23ca031c1d2f07fb
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Use match-on-real in helm-source-file-name-history
---
helm-files.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-files.el b/helm-files.el
index 1f78c03942d..7107c58d2a7 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6834,6 +6834,7 @@ be existing directories."
:persistent-action #'ignore
;; See comments in `helm-recentf-source' about bug#2709.
:coerce 'substring-no-properties
+ :match-on-real t
:candidate-transformer #'helm-file-name-history-transformer
:action 'helm-type-file-actions))