Patch 8.2.0383
Problem: Wrong feature check causes test not to be run.
Solution: Use CheckFunction instead of CheckFeature. (Ozaki Kiichi,
closes #5781)
Files: src/testdir/test_channel.vim
*** ../vim-8.2.0382/src/testdir/test_channel.vim 2020-03-15
14:19:19.394376259 +0100
--- src/testdir/test_channel.vim 2020-03-15 14:52:03.895453059 +0100
***************
*** 1775,1781 ****
func Test_job_start_in_timer()
CheckFeature timers
! CheckFeature reltimefloat
func OutCb(chan, msg)
let g:val += 1
--- 1775,1781 ----
func Test_job_start_in_timer()
CheckFeature timers
! CheckFunction reltimefloat
func OutCb(chan, msg)
let g:val += 1
*** ../vim-8.2.0382/src/version.c 2020-03-15 14:19:19.394376259 +0100
--- src/version.c 2020-03-15 14:51:36.091587236 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 383,
/**/
--
hundred-and-one symptoms of being an internet addict:
266. You hear most of your jokes via e-mail instead of in person.
/// 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/202003151355.02FDt8Lu024452%40masaka.moolenaar.net.