1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-07-29 11:12:00 -07:00

[bash-completion] Make dynamic loader return 124 to retry completion

Close 
This commit is contained in:
Junegunn Choi
2024-03-29 16:20:50 +09:00
parent 07f8f70c5b
commit dff865239a

@@ -308,6 +308,7 @@ _fzf_handle_dynamic_completion() {
eval "$orig_complete"
fi
fi
[[ $ret -eq 0 ]] && return 124
return $ret
fi
}