changeset 205:485a347152fe

Fix arguments to gutentags#default_io_cb()
author Justin M. Keyes <justinkz@gmail.com>
date Sun, 01 Apr 2018 11:50:10 +0200
parents 30ac3583c902
children 1ffa9d58c2bb
files autoload/gutentags.vim
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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