You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/shell
Tomas Janousek 7bd99a22ee [bash-completion] Fix endless loop when completion.bash sourced twice
I forgot to add the "not _fzf" check into __fzf_orig_completion, so
invoking it twice would rewrite the _fzf_orig_completion_xxx variables
and then cause an endless loop when completion is requested.

Fixes: ef2c29d5d4 ("[bash-completion] Optimize __fzf_orig_completion_filter")
4 years ago
..
completion.bash [bash-completion] Fix endless loop when completion.bash sourced twice 4 years ago
completion.zsh [completion] Make host completion handle source files without EOL 4 years ago
key-bindings.bash [fzf-tmux] Fall back to plain fzf when split failed 5 years ago
key-bindings.fish [fish] Fix parser handling of option-like args (#2208) 4 years ago
key-bindings.zsh [zsh] Keep current $BUFFER on ALT-C 4 years ago