diff --git a/vim/vimrc b/vim/vimrc index a322f69..9704db4 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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