To: vim_dev@googlegroups.com Subject: Patch 7.4.1561 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 7.4.1561 (after 7.4.1559) Problem: Missing update to proto file. Solution: Change the proto file. Files: src/proto/channel.pro *** ../vim-7.4.1560/src/proto/channel.pro 2016-03-12 15:22:50.410535232 +0100 --- src/proto/channel.pro 2016-03-14 22:50:04.756226449 +0100 *************** *** 12,18 **** 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_write_in(channel_T *channel); void channel_write_new_lines(buf_T *buf); char_u *channel_get(channel_T *channel, int part); --- 12,18 ---- 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, 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); *** ../vim-7.4.1560/src/version.c 2016-03-14 23:22:31.219768924 +0100 --- src/version.c 2016-03-14 23:27:02.576915792 +0100 *************** *** 745,746 **** --- 745,748 ---- { /* Add new patch number below this line */ + /**/ + 1561, /**/ -- Change is inevitable, except from a vending machine. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///