[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 3d46c65f0f 2/2: Don't use base name in helm-multi/for
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 3d46c65f0f 2/2: Don't use base name in helm-multi/for-files (#2713) |
Date: |
Sun, 30 Mar 2025 10:00:31 -0400 (EDT) |
branch: elpa/helm
commit 3d46c65f0ffc68ca31db9dfa54f47fe8333f137d
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Don't use base name in helm-multi/for-files (#2713)
---
helm-for-files.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/helm-for-files.el b/helm-for-files.el
index b2bc498783..e5c3beefe3 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -287,6 +287,7 @@ Run all sources defined in `helm-for-files-preferred-list'."
(setq helm-source-buffers-list
(helm-make-source "Buffers" 'helm-source-buffers)))
(helm :sources helm-for-files-preferred-list
+ :ff-transformer-show-only-basename nil
:buffer "*helm for files*"
:truncate-lines helm-buffers-truncate-lines))
@@ -327,7 +328,8 @@ searching for is already found."
(when (and helm-locate-fuzzy-match
(not (string-match-p
"\\s-" helm-pattern)))
- (helm-redisplay-buffer)))))
+ (helm-redisplay-buffer))))
+ 'helm-ff-transformer-show-only-basename nil)
(let ((sources (remove 'helm-source-locate helm-for-files-preferred-list))
(helm-locate-command
(if helm-locate-fuzzy-match