Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions projectile.el
Original file line number Diff line number Diff line change
Expand Up @@ -5463,9 +5463,7 @@ CMD should include the necessary search params and should output
equivalently to grep -HlI (only unique matching filenames).
Returns a list of expanded filenames."
(let ((default-directory directory))
(mapcar (lambda (str)
(concat directory
(string-remove-prefix "./" str)))
(mapcar #'expand-file-name
(split-string
(string-trim (shell-command-to-string cmd))
"\n+"
Expand Down