From a4a9acf44efb170022d602973750165ff9c75550 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sat, 13 Mar 2021 01:07:52 -0500 Subject: [PATCH] Add initial :echo before job This fixes output for `:echo 123|Git status`. --- autoload/fugitive.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/autoload/fugitive.vim b/autoload/fugitive.vim index 81ad02b..d1f5f9f 100644 --- a/autoload/fugitive.vim +++ b/autoload/fugitive.vim @@ -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',