From 47fd184c7c8f35e4a0c7e53b3d3cd7a446da3618 Mon Sep 17 00:00:00 2001 From: sandr01d <88739791+sandr01d@users.noreply.github.com> Date: Mon, 5 May 2025 18:16:52 +0200 Subject: [PATCH] Fix: use FORGIT_SHOW_FZF_OPTS in _forgit_show (#437) --- bin/git-forgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-forgit b/bin/git-forgit index 27a893d..8c3a61d 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -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=()