s/echo/echom/

This commit is contained in:
anthonycicc 2019-11-14 21:39:17 -05:00
parent 1cfdefc6c7
commit ee02893b73

View file

@ -77,7 +77,7 @@ endfunction
function! s:handlegeneric(cmd, tech, job_id, data, event_type)
if a:event_type == 'exit'
echo a:cmd . ' completed successfully'
echom a:cmd . ' completed successfully'
elseif a:event_type == 'stdout' && len(a:data) > 1
call s:writebuffer('__STDOUT_' . a:tech . '__', a:data)
elseif a:event_type == 'stderr' && len(a:data) > 1