diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 9676369..8e4917a 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -3596,7 +3596,7 @@ function! fugitive#Command(line1, line2, range, bang, mods, arg) abort let output = substitute(s:SystemError(cmd)[0], "\n$", '', '') if len(output) try - if &more + if &more && no_pager let more = 1 set nomore endif