summaryrefslogtreecommitdiff
path: root/helm-files.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2018-06-30 07:50:48 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2018-06-30 07:50:48 +0200
commitc30e1df416f8906a88972566b758f77f85885fce (patch)
tree5b4035e1a3ecd003e5212d1a832a88e42622ba53 /helm-files.el
parentd1d706e37d6c2f337e7bbfcea5dcc24c6b91b8b5 (diff)
Add the global prop helm-ff-file in *dir-lisp as well
* helm-files.el (helm-list-dir-lisp): Do it.
Diffstat (limited to 'helm-files.el')
-rw-r--r--helm-files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-files.el b/helm-files.el
index cec43ca5..a73e8cad 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -2410,7 +2410,8 @@ Add a `helm-ff-dir' property on each fname ending with \"/\"."
if (and (helm--dir-name-p f)
(helm--dir-file-name f directory))
collect (propertize it 'helm-ff-dir t)
- else collect (expand-file-name f directory)))
+ else collect (propertize (expand-file-name f directory)
+ 'helm-ff-file t)))
(defun helm-list-dir-external (dir)
"List directory DIR with external shell command as backend.