Patch 8.2.0383

8 views
Skip to first unread message

Bram Moolenaar

unread,
Mar 15, 2020, 9:55:17 AM3/15/20
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages