Mercurial > vim-gutentags
changeset 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 | f2fd7d5835d9 |
children | b2d0b28d8001 |
files | autoload/gutentags.vim |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/autoload/gutentags.vim Sun Nov 11 21:48:00 2018 -0800 +++ b/autoload/gutentags.vim Sun Nov 11 21:48:15 2018 -0800 @@ -562,7 +562,7 @@ endfunction function! gutentags#default_io_cb(chan, msg) abort - call gutentags#trace(string(a:msg)) + call gutentags#trace('[job output]: '.string(a:msg)) endfunction if has('nvim')