To: vim_dev@googlegroups.com Subject: Patch 8.2.4119 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///