Skip to content

Commit

Permalink
No need to use helm-aif here in HFF transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Nov 9, 2022
1 parent 05927d3 commit d6a00a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -4031,8 +4031,8 @@ If SKIP-BORING-CHECK is non nil don't filter boring files."
;; non existing files.
(t
(add-face-text-property 0 len 'helm-ff-file t disp)
(helm-aif tramp-invalid-fname
(add-text-properties 0 len `(host ,it) disp))
(when tramp-invalid-fname
(add-text-properties 0 len `(host ,tramp-invalid-fname) disp))
(cons (helm-ff-prefix-filename
disp
tramp-invalid-fname
Expand Down

0 comments on commit d6a00a6

Please sign in to comment.