s/echo/echom/
This commit is contained in:
parent
1cfdefc6c7
commit
ee02893b73
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ endfunction
|
||||||
|
|
||||||
function! s:handlegeneric(cmd, tech, job_id, data, event_type)
|
function! s:handlegeneric(cmd, tech, job_id, data, event_type)
|
||||||
if a:event_type == 'exit'
|
if a:event_type == 'exit'
|
||||||
echo a:cmd . ' completed successfully'
|
echom a:cmd . ' completed successfully'
|
||||||
elseif a:event_type == 'stdout' && len(a:data) > 1
|
elseif a:event_type == 'stdout' && len(a:data) > 1
|
||||||
call s:writebuffer('__STDOUT_' . a:tech . '__', a:data)
|
call s:writebuffer('__STDOUT_' . a:tech . '__', a:data)
|
||||||
elseif a:event_type == 'stderr' && len(a:data) > 1
|
elseif a:event_type == 'stderr' && len(a:data) > 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue