Patch 8.2.0102
Problem: Messages test fails in small version.
Solution: Only use test_null_job() when available.
Files: src/testdir/test_messages.vim
*** ../vim-8.2.0101/src/testdir/test_messages.vim 2020-01-08
18:56:16.955241874 +0100
--- src/testdir/test_messages.vim 2020-01-08 19:25:07.260285395 +0100
***************
*** 273,280 ****
echom test_null_list()
echom test_null_dict()
echom test_null_blob()
- echom test_null_job()
echom test_null_string()
- echom test_null_channel()
echom test_null_partial()
endfunc
--- 273,282 ----
echom test_null_list()
echom test_null_dict()
echom test_null_blob()
echom test_null_string()
echom test_null_partial()
+ if has('job')
+ echom test_null_job()
+ echom test_null_channel()
+ endif
endfunc
*** ../vim-8.2.0101/src/version.c 2020-01-08 18:56:16.955241874 +0100
--- src/version.c 2020-01-08 19:22:51.092863368 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 102,
/**/
--
Why don't cannibals eat clowns?
Because they taste funny.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ 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/202001081828.008IS6jl012645%40masaka.moolenaar.net.