mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07:00
This doesn't look right:
$ complete | grep ' _.$'
complete _a
complete _v
The __fzf_orig_completion_filter invocation in _fzf_setup_completion
needs the /-F/ filter, just like all the other invocations.
Fixes: d4ad4a25db
("[bash-completion] Fix default alias/variable completion")