mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-10 20:43:46 -05:00
Paginate :Git whatchanged
This commit is contained in:
@@ -2544,7 +2544,7 @@ function! fugitive#PagerFor(argv, ...) abort
|
|||||||
return 0
|
return 0
|
||||||
elseif type(value) == type('')
|
elseif type(value) == type('')
|
||||||
return value
|
return value
|
||||||
elseif args[0] =~# 'diff\%(tool\)\@!\|log\|^show$\|^config$\|^branch$\|^tag$' ||
|
elseif args[0] =~# 'diff\%(tool\)\@!\|log\|^show$\|^config$\|^branch$\|^tag$\|^whatchanged$' ||
|
||||||
\ (args[0] ==# 'stash' && get(args, 1, '') ==# 'show') ||
|
\ (args[0] ==# 'stash' && get(args, 1, '') ==# 'show') ||
|
||||||
\ (args[0] ==# 'am' && s:HasOpt(args, '--show-current-patch'))
|
\ (args[0] ==# 'am' && s:HasOpt(args, '--show-current-patch'))
|
||||||
return 1
|
return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user