fzf/shell
Tomas Janousek db9cb2ddda [bash-completion] Avoid empty _a, _v completions
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")
2020-11-13 02:16:54 +09:00
..
completion.bash [bash-completion] Avoid empty _a, _v completions 2020-11-13 02:16:54 +09:00
completion.zsh [completion] Make host completion handle source files without EOL 2020-10-06 20:54:42 +09:00
key-bindings.bash [fzf-tmux] Fall back to plain fzf when split failed 2020-04-03 13:23:15 +09:00
key-bindings.fish [fish] Fix parser handling of option-like args (#2208) 2020-10-12 12:58:37 +09:00
key-bindings.zsh [zsh] Keep current $BUFFER on ALT-C 2020-10-03 14:55:02 +09:00