Mercurial > vim-gutentags
changeset 206:1ffa9d58c2bb
Merge pull request #162 from justinmk/fix
Fix arguments to gutentags#default_io_cb()
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 01 Apr 2018 09:33:23 -0700 |
parents | 30ac3583c902 (current diff) 485a347152fe (diff) |
children | 20bfab5b054f |
files | |
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 09:33:23 2018 -0700 @@ -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