jonhoo/proximity-sort

Stopped working due to leading ./ on fd output

jchook opened this issue · 3 comments

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.

I fixed the issue by adding --strip-cwd-prefix to the fd call in my init.vim.

Good call! I pushed an update that should fix the problem. Please do report back if it doesn't!

@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!