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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220117112418.8CEDD1C049B%40moolenaar.net.