# HG changeset patch # User Ludovic Chabant # Date 1542001695 28800 # Node ID c64e8847b4e188146cec8e81a3b185a90460888f # Parent f2fd7d5835d94f11292660570ae6161bfa195c07 Make it more obvious what trace is coming from the background job. diff -r f2fd7d5835d9 -r c64e8847b4e1 autoload/gutentags.vim --- 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')