Fix: use FORGIT_SHOW_FZF_OPTS in _forgit_show (#437)

This commit is contained in:
sandr01d 2025-05-05 18:16:52 +02:00 committed by GitHub
parent cf9e15edab
commit 47fd184c7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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=()