Skip to content

Commit 0e77b76

Browse files
committed
patch 8.0.0016
Problem: Build fails. Solution: Include missing change.
1 parent 7ef3810 commit 0e77b76

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/eval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7305,7 +7305,7 @@ get_tv_string_buf_chk(typval_T *varp, char_u *buf)
73057305
#ifdef FEAT_JOB_CHANNEL
73067306
{
73077307
channel_T *channel = varp->vval.v_channel;
7308-
char *status = channel_status(channel);
7308+
char *status = channel_status(channel, -1);
73097309

73107310
if (channel == NULL)
73117311
vim_snprintf((char *)buf, NUMBUFLEN, "channel %s", status);

src/version.c

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

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
16,
767769
/**/
768770
15,
769771
/**/

0 commit comments

Comments
 (0)