Skip to content

Commit

Permalink
Fix call to process-file
Browse files Browse the repository at this point in the history
* helm-files.el (helm-list-dir-external): Do it.
  • Loading branch information
Thierry Volpiatto committed Jun 28, 2018
1 parent 915d013 commit 2408e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm-files.el
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ transformer."
;; at the end which impact performances.
"ls -A -1 -F -b -Q | awk -v a=%s '{print a $1}'"
default-directory)
nil t t)
nil t nil)
0)
(goto-char (point-min))
(save-excursion
Expand Down

0 comments on commit 2408e4c

Please sign in to comment.