Tweak Vim 7 more prompt behavior

This commit is contained in:
Tim Pope
2021-08-26 13:30:08 -04:00
parent 4ff2c8ce30
commit 126363be5a

View File

@@ -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