We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Very happy user of this ever since I saw your Rust live coding.
It looks like fd recently made a breaking change to its output. Results now look more similar to find (with a leading ./) due to a vulnerability.
fd
find
./
I fixed the issue by adding --strip-cwd-prefix to the fd call in my init.vim.
--strip-cwd-prefix
The text was updated successfully, but these errors were encountered:
f1827f3
Good call! I pushed an update that should fix the problem. Please do report back if it doesn't!
Sorry, something went wrong.
@jonhoo please push a release tag with this in it.
@svenstaro It was released as 1.1.0, but I guess I forgot a git tag. I've pushed one now!
No branches or pull requests
Very happy user of this ever since I saw your Rust live coding.
It looks like
fd
recently made a breaking change to its output. Results now look more similar tofind
(with a leading./
) due to a vulnerability.I fixed the issue by adding
--strip-cwd-prefix
to thefd
call in my init.vim.The text was updated successfully, but these errors were encountered: