Mercurial > vim-gutentags
diff autoload/gutentags.vim @ 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 | 6e96ddda0fd3 |
children | 20bfab5b054f |
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