-
-
Notifications
You must be signed in to change notification settings - Fork 591
Closed
Labels
Description
Expected behavior
When finding files, the list of files should not have "./" prefix. Otherwise, it would result in duplicated entries with recent visited files.
Actual behavior
With newest version of "fd", the list of files has "./" prefix.
Steps to reproduce the problem
Upgrade "fd" to version 8.3.1 or greater, clear cache and use projectile-find-file in a non-version-control directory
The change is mentioned in the changelog:
https://github.com/sharkdp/fd/blob/master/CHANGELOG.md#bugfixes-3
Adding option --strip-cwd-prefix would fix this issue. However, older version of fd cannot recognize this option.
Environment & Version information
linux, fd 8.3.1
Projectile version information
Emacs version
28.0.91
Operating system
archlinux
Reactions are currently unavailable