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