mirror of
https://github.com/vim/vim.git
synced 2025-10-02 05:04:20 -04:00
patch 8.2.4119: build failure when disabling the channel feature
Problem: Build failure when disabling the channel feature. Solution: Adjust #ifdef. (Dominique Pellé, closes #9545)
This commit is contained in:
committed by
Bram Moolenaar
parent
0023f82a76
commit
e8741a73e2
@@ -2902,7 +2902,6 @@ mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc)
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
# if defined(FEAT_JOB_CHANNEL) || defined(PROTO)
|
|
||||||
/*
|
/*
|
||||||
* Build "argv[argc]" from the string "cmd".
|
* Build "argv[argc]" from the string "cmd".
|
||||||
* "argv[argc]" is set to NULL;
|
* "argv[argc]" is set to NULL;
|
||||||
@@ -2929,6 +2928,7 @@ build_argv_from_string(char_u *cmd, char ***argv, int *argc)
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# if defined(FEAT_JOB_CHANNEL) || defined(PROTO)
|
||||||
/*
|
/*
|
||||||
* Build "argv[argc]" from the list "l".
|
* Build "argv[argc]" from the list "l".
|
||||||
* "argv[argc]" is set to NULL;
|
* "argv[argc]" is set to NULL;
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4119,
|
||||||
/**/
|
/**/
|
||||||
4118,
|
4118,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user