summaryrefslogtreecommitdiff
path: root/helm-locate.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-06-20 08:27:44 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-06-20 08:27:44 +0200
commitf8c4f4856821e70b92bd6aab31daca52767f9aee (patch)
tree6afda03436145541b03ff9254f3e42da76fdc8c6 /helm-locate.el
parent11c12a4912de39ce59aed330ab850ff20e8a0c2a (diff)
* helm-locate.el (helm-locate-with-db): let-bind `helm-ff-transformer-show-only-basename'.
Diffstat (limited to 'helm-locate.el')
-rw-r--r--helm-locate.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-locate.el b/helm-locate.el
index 1191c471..f5beb3b5 100644
--- a/helm-locate.el
+++ b/helm-locate.el
@@ -144,7 +144,8 @@ Argument INITIAL-INPUT is a string to use as initial-input.
See also `helm-locate'."
(when (and db (stringp db)) (setq db (list db)))
(helm-locate-set-command)
- (let ((helm-c-locate-command
+ (let ((helm-ff-transformer-show-only-basename nil)
+ (helm-c-locate-command
(if db
(replace-regexp-in-string
"locate"