Add initial :echo before job

This fixes output for `:echo 123|Git status`.
This commit is contained in:
Tim Pope
2021-03-13 01:07:52 -05:00
parent b962714fcd
commit a4a9acf44e

View File

@@ -2642,6 +2642,7 @@ function! fugitive#Command(line1, line2, range, bang, mods, arg) abort
let state.cmd = argv
let g:_fugitive_last_job = state
if &autowrite || &autowriteall | silent! wall | endif
echo ""
if exists('*job_start')
call extend(jobopts, {
\ 'mode': 'raw',