Fix: use FORGIT_SHOW_FZF_OPTS in _forgit_show

This commit is contained in:
sandroid 2025-05-02 18:12:11 +02:00
parent cf9e15edab
commit f03c6baaa0
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

@ -414,7 +414,7 @@ _forgit_show() {
--bind=\"alt-t:transform:[[ ! \\\"\$FZF_PREVIEW_LABEL\\\" =~ 'Diff' ]] &&
echo 'change-preview-label( Diff )+refresh-preview' ||
echo 'change-preview-label( Commit Message )+refresh-preview'\"
$FORGIT_DIFF_FZF_OPTS
$FORGIT_SHOW_FZF_OPTS
--prompt=\"${commit} > \"
"
_forgit_show_git_opts=()