Skip to content

Commit

Permalink
* helm-locate.el (helm-locate-with-db): let-bind `helm-ff-transformer…
Browse files Browse the repository at this point in the history
…-show-only-basename'.
  • Loading branch information
thierryvolpiatto committed Jun 20, 2012
1 parent 11c12a4 commit f8c4f48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm-locate.el
Expand Up @@ -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"
Expand Down

0 comments on commit f8c4f48

Please sign in to comment.