diff options
Diffstat (limited to 'shell/completion.bash')
| -rw-r--r-- | shell/completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/completion.bash b/shell/completion.bash index 11a46b9d..cb23067b 100644 --- a/shell/completion.bash +++ b/shell/completion.bash @@ -572,7 +572,7 @@ __fzf_defc() { if __fzf_orig_completion_instantiate "$cmd" "$func"; then eval "$REPLY" else - complete -F "$func" $opts "$cmd" + eval "complete -F \"$func\" $opts \"$cmd\"" fi } |
