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