mirror of
https://github.com/junegunn/fzf
synced 2026-07-24 17:13:18 +00:00
ee4ba104e7
Do not attempt to provide fuzzy completion if the prefix contains a pattern that may start an arbitraty command. * $(...) * `...` * <(...) Close #3459