Patch 8.2.3786

7 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 11, 2021, 1:47:04 PM12/11/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages