mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-13 05:43:52 -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 g:_fugitive_last_job = state
|
||||
if &autowrite || &autowriteall | silent! wall | endif
|
||||
echo ""
|
||||
if exists('*job_start')
|
||||
call extend(jobopts, {
|
||||
\ 'mode': 'raw',
|
||||
|
||||
Reference in New Issue
Block a user