Problem: Test_cq_zero_exmode fails without channel feature
Solution: Make the test check the channel feature
closes: #13365
Signed-off-by: Christian Brabandt <cb@256bit.org>
-*starting.txt* For Vim version 9.0. Last change: 2023 May 30
+*starting.txt* For Vim version 9.0. Last change: 2023 Oct 17
VIM REFERENCE MANUAL by Bram Moolenaar
Start logging and write entries to {filename}.
This works like calling `ch_logfile({filename}, 'ao')` very
early during startup.
- {only available with the |+eval| feature}
+ {only available with the |+eval| and |+channel| feature}
*-D*
-D Debugging. Go to debugging mode when executing the first
" Test that -cq works as expected
func Test_cq_zero_exmode()
+ CheckFeature channel
+
let logfile = 'Xcq_log.txt'
let out = system(GetVimCommand() .. ' --clean --log ' .. logfile .. ' -es -X -c "argdelete foobar" -c"7cq"')
call assert_equal(8, v:shell_error)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2042,
/**/
2041,
/**/