mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 22:03:51 -05:00
Add initial :echo before job
This fixes output for `:echo 123|Git status`.
This commit is contained in:
@@ -2642,6 +2642,7 @@ function! fugitive#Command(line1, line2, range, bang, mods, arg) abort
|
|||||||
let state.cmd = argv
|
let state.cmd = argv
|
||||||
let g:_fugitive_last_job = state
|
let g:_fugitive_last_job = state
|
||||||
if &autowrite || &autowriteall | silent! wall | endif
|
if &autowrite || &autowriteall | silent! wall | endif
|
||||||
|
echo ""
|
||||||
if exists('*job_start')
|
if exists('*job_start')
|
||||||
call extend(jobopts, {
|
call extend(jobopts, {
|
||||||
\ 'mode': 'raw',
|
\ 'mode': 'raw',
|
||||||
|
|||||||
Reference in New Issue
Block a user