Skip to content

Commit 39afdea

Browse files
committed
patch 7.4.1561
Problem: Missing update to proto file. Solution: Change the proto file.
1 parent d6c2f05 commit 39afdea

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/proto/channel.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ channel_T *channel_open_func(typval_T *argvars);
1212
void channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err);
1313
void channel_set_job(channel_T *channel, job_T *job, jobopt_T *options);
1414
void channel_set_options(channel_T *channel, jobopt_T *opt);
15-
void channel_set_req_callback(channel_T *channel, int part, char_u *callback, int id);
15+
void channel_set_req_callback(channel_T *channel, int part, char_u *callback, partial_T *partial, int id);
1616
void channel_write_in(channel_T *channel);
1717
void channel_write_new_lines(buf_T *buf);
1818
char_u *channel_get(channel_T *channel, int part);

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,6 +743,8 @@ static char *(features[]) =
743743

744744
static int included_patches[] =
745745
{ /* Add new patch number below this line */
746+
/**/
747+
1561,
746748
/**/
747749
1560,
748750
/**/

0 commit comments

Comments
 (0)