mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-15 12:51:01 +02: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:
|
||
|---|---|---|
| .. | ||
| completion.bash | ||
| completion.zsh | ||
| key-bindings.bash | ||
| key-bindings.fish | ||
| key-bindings.zsh | ||