mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-15 09:46:16 -04:00
Merge pull request #82 from pepijno/fix/fish_stash_syntax_error
Fix syntax error in git stash viewer for fish
Former-commit-id: 7e54bffad2
This commit is contained in:
commit
f0635a7808
|
|
@ -166,7 +166,7 @@ end
|
|||
# git stash viewer
|
||||
function forgit::stash::show
|
||||
forgit::inside_work_tree || return 1
|
||||
set cmd "git stash show \(echo {}| cut -d: -f1) --color=always --ext-diff | $forgit_pager"
|
||||
set cmd "git stash show (echo {}| cut -d: -f1) --color=always --ext-diff | $forgit_pager"
|
||||
set opts "
|
||||
$FORGIT_FZF_DEFAULT_OPTS
|
||||
+s +m -0 --tiebreak=index --bind=\"enter:execute($cmd |env LESS='-R' less)\"
|
||||
|
|
|
|||
Loading…
Reference in a new issue