mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
@@ -572,7 +572,7 @@ __fzf_defc() {
|
|||||||
if __fzf_orig_completion_instantiate "$cmd" "$func"; then
|
if __fzf_orig_completion_instantiate "$cmd" "$func"; then
|
||||||
eval "$REPLY"
|
eval "$REPLY"
|
||||||
else
|
else
|
||||||
complete -F "$func" $opts "$cmd"
|
eval "complete -F \"$func\" $opts \"$cmd\""
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user