Patch 8.2.4884
Problem:    Test fails without the job/channel feature. (Dominique Pellé)
Solution:   Add condition.
Files:      src/testdir/test_vim9_script.vim


*** ../vim-8.2.4883/src/testdir/test_vim9_script.vim    2022-05-05 
17:02:41.498034098 +0100
--- src/testdir/test_vim9_script.vim    2022-05-06 13:24:43.700479152 +0100
***************
*** 4199,4206 ****
    var Var_func: func
    var var_string: string
    var var_blob: blob
!   var var_job: job
!   var var_channel: channel
    var var_list: list<any>
    var var_dict: dict<any>
  
--- 4199,4208 ----
    var Var_func: func
    var var_string: string
    var var_blob: blob
!   if has('job')
!     var var_job: job
!     var var_channel: channel
!   endif
    var var_list: list<any>
    var var_dict: dict<any>
  
*** ../vim-8.2.4883/src/version.c       2022-05-06 13:14:43.797076608 +0100
--- src/version.c       2022-05-06 13:25:58.752402840 +0100
***************
*** 748,749 ****
--- 748,751 ----
  {   /* Add new patch number below this line */
+ /**/
+     4884,
  /**/

-- 
hundred-and-one symptoms of being an internet addict:
113. You are asked about a bus schedule, you wonder if it is 16 or 32 bits.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            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/20220506122813.D5CA71C13F2%40moolenaar.net.

Raspunde prin e-mail lui