Mercurial > vim
changeset 8542:80cfe52ca3a2 v7.4.1561
commit https://github.com/vim/vim/commit/39afdea2035c34239910267978538a3c99b66911
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Mar 14 23:27:29 2016 +0100
patch 7.4.1561
Problem: Missing update to proto file.
Solution: Change the proto file.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 14 Mar 2016 23:30:05 +0100 |
parents | 78d30d1fe7ab |
children | 21c8775575de |
files | src/proto/channel.pro src/version.c |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/proto/channel.pro +++ b/src/proto/channel.pro @@ -12,7 +12,7 @@ channel_T *channel_open_func(typval_T *a void channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err); void channel_set_job(channel_T *channel, job_T *job, jobopt_T *options); void channel_set_options(channel_T *channel, jobopt_T *opt); -void channel_set_req_callback(channel_T *channel, int part, char_u *callback, int id); +void channel_set_req_callback(channel_T *channel, int part, char_u *callback, partial_T *partial, int id); void channel_write_in(channel_T *channel); void channel_write_new_lines(buf_T *buf); char_u *channel_get(channel_T *channel, int part);