Mercurial > vim-gutentags
comparison autoload/gutentags.vim @ 227:c64e8847b4e1
Make it more obvious what trace is coming from the background job.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 11 Nov 2018 21:48:15 -0800 |
parents | 93c492ed3d62 |
children | 34bee0477b51 |
comparison
equal
deleted
inserted
replaced
226:f2fd7d5835d9 | 227:c64e8847b4e1 |
---|---|
560 endif | 560 endif |
561 echom "" | 561 echom "" |
562 endfunction | 562 endfunction |
563 | 563 |
564 function! gutentags#default_io_cb(chan, msg) abort | 564 function! gutentags#default_io_cb(chan, msg) abort |
565 call gutentags#trace(string(a:msg)) | 565 call gutentags#trace('[job output]: '.string(a:msg)) |
566 endfunction | 566 endfunction |
567 | 567 |
568 if has('nvim') | 568 if has('nvim') |
569 " Neovim job API. | 569 " Neovim job API. |
570 function! s:nvim_job_exit_wrapper(real_cb, job, exit_code, event_type) abort | 570 function! s:nvim_job_exit_wrapper(real_cb, job, exit_code, event_type) abort |