Patch 8.2.3786
Problem: Test fails because of using Vim9 syntax in legacy function.
Solution: Add "call".
Files: src/testdir/test_functions.vim
*** ../vim-8.2.3785/src/testdir/test_functions.vim 2021-12-11
16:13:32.227721221 +0000
--- src/testdir/test_functions.vim 2021-12-11 18:44:11.115957181 +0000
***************
*** 2239,2245 ****
let Time = 'localtime'
call Time()
END
! CheckScriptFailure(lines, 'E1085:')
endfunc
func Test_char2nr()
--- 2239,2245 ----
let Time = 'localtime'
call Time()
END
! call CheckScriptFailure(lines, 'E1085:')
endfunc
func Test_char2nr()
*** ../vim-8.2.3785/src/version.c 2021-12-11 17:34:14.212262113 +0000
--- src/version.c 2021-12-11 18:45:11.703795620 +0000
***************
*** 755,756 ****
--- 755,758 ----
{ /* Add new patch number below this line */
+ /**/
+ 3786,
/**/
--
How To Keep A Healthy Level Of Insanity:
11. Specify that your drive-through order is "to go".
/// 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/20211211184657.11FCC1C1242%40moolenaar.net.