We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
git stash list
1 parent 61b51c0 commit 55a050eCopy full SHA for 55a050e
autoload/fugitive.vim
@@ -3781,7 +3781,7 @@ function! fugitive#PagerFor(argv, ...) abort
3781
elseif type(value) == type('')
3782
return value
3783
elseif args[0] =~# '^\%(branch\|config\|diff\|grep\|log\|range-diff\|shortlog\|show\|tag\|whatchanged\)$' ||
3784
- \ (args[0] ==# 'stash' && get(args, 1, '') ==# 'show') ||
+ \ (args[0] ==# 'stash' && get(args, 1, '') =~# '\(show\|list\)') ||
3785
\ (args[0] ==# 'reflog' && get(args, 1, '') !~# '^\%(expire\|delete\|exists\)$') ||
3786
\ (args[0] ==# 'am' && s:HasOpt(args, '--show-current-patch'))
3787
return 1
0 commit comments