Patch 8.2.4864 (after 8.2.4863)
Problem: Vim9: script test fails.
Solution: Remove "if" around declaration.
Files: src/testdir/test_vim9_script.vim
*** ../vim-8.2.4863/src/testdir/test_vim9_script.vim 2022-05-04
16:46:51.349318219 +0100
--- src/testdir/test_vim9_script.vim 2022-05-04 17:27:59.463481295 +0100
***************
*** 4132,4141 ****
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>
--- 4132,4139 ----
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>
*** ../vim-8.2.4863/src/version.c 2022-05-04 16:46:51.349318219 +0100
--- src/version.c 2022-05-04 17:29:02.439390112 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4864,
/**/
--
>From "know your smileys":
:-| :-| Deja' vu!
/// 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/20220504162940.2285F1C19BB%40moolenaar.net.