# HG changeset patch # User Justin M. Keyes # Date 1522576210 -7200 # Node ID 485a347152fe4529ff557d125955d908a7ece347 # Parent 30ac3583c902390cb193df02fea34b824f9d7aac Fix arguments to gutentags#default_io_cb() diff -r 30ac3583c902 -r 485a347152fe autoload/gutentags.vim --- a/autoload/gutentags.vim Sat Mar 31 19:23:51 2018 -0700 +++ b/autoload/gutentags.vim Sun Apr 01 11:50:10 2018 +0200 @@ -559,7 +559,7 @@ endfunction function! s:nvim_job_out_wrapper(real_cb, job, lines, event_type) abort - call call(a:real_cb, [a:lines]) + call call(a:real_cb, [a:job, a:lines]) endfunction function! gutentags#build_default_job_options(module) abort