vim-fuzzbox/fuzzbox.vim

Support "fdfind"

Closed this issue · 2 comments

From Debian package description:

 $ apt show fd-find
Package: fd-find
Version: 8.6.0-3
Built-Using: rust-nix (= 0.26.1-3), rustc (= 1.63.0+dfsg1-2)
Priority: optional
Section: utils
Source: rust-fd-find
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Installed-Size: 3,025 kB
Depends: libc6 (>= 2.34), libgcc-s1 (>= 4.2)
Homepage: https://github.com/sharkdp/fd

...

  Please note: the executable and the associated manpage were renamed
  from ‘fd’ to ‘fdfind’ because of a file name clash.

Support fdfind in addition to fd.

This is fixed in #49, which is pending review

See commit ca298ba

Now fixed as PR #49 has been merged :-)