branch: elpa/helm
commit 7f6137bb8e9fc9415cd1ffc53bb119f1c4ca4cc4
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Fix highlighting file extensions in helm-highlight-files
---
 helm-for-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-for-files.el b/helm-for-files.el
index ffdccf2972..70b38d1582 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -240,7 +240,7 @@ Colorize only symlinks, directories and files."
                               (invalid-regexp nil))
                         (add-face-text-property
                          (match-beginning 1) (match-end 1)
-                         'helm-ff-file-extension t disp)))
+                         'helm-ff-file-extension nil disp)))
                   (cons (helm-ff-prefix-filename disp i) i)))))
 
 

Reply via email to