Patch 8.2.4119

7 views
Skip to first unread message

Bram Moolenaar

unread,
Jan 17, 2022, 6:24:25 AM1/17/22
to vim...@googlegroups.com

Patch 8.2.4119
Problem: Build failure when disabling the channel feature.
Solution: Adjust #ifdef. (Dominique Pellé, closes #9545)
Files: src/misc2.c


*** ../vim-8.2.4118/src/misc2.c 2022-01-15 18:25:04.661419379 +0000
--- src/misc2.c 2022-01-17 11:18:22.628481915 +0000
***************
*** 2902,2908 ****
return OK;
}

- # if defined(FEAT_JOB_CHANNEL) || defined(PROTO)
/*
* Build "argv[argc]" from the string "cmd".
* "argv[argc]" is set to NULL;
--- 2902,2907 ----
***************
*** 2929,2934 ****
--- 2928,2934 ----
return OK;
}

+ # if defined(FEAT_JOB_CHANNEL) || defined(PROTO)
/*
* Build "argv[argc]" from the list "l".
* "argv[argc]" is set to NULL;
*** ../vim-8.2.4118/src/version.c 2022-01-16 21:54:14.986234897 +0000
--- src/version.c 2022-01-17 11:22:10.611982639 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4119,
/**/

--
A computer programmer is a device for turning requirements into
undocumented features. It runs on cola, pizza and Dilbert cartoons.
Bram Moolenaar

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages