Patch 8.2.4396 (after 8.2.4395)
Problem: Python3 test fails.
Solution: Remove "let".
Files: src/testdir/test_vim9_func.vim
*** ../vim-8.2.4395/src/testdir/test_vim9_func.vim 2022-02-15
21:17:53.148747988 +0000
--- src/testdir/test_vim9_func.vim 2022-02-15 21:32:04.339084739 +0000
***************
*** 3766,3772 ****
if has('python3')
def Test_python3_command()
py3 import vim
! py3 vim.command("let g:done = 'yes'")
assert_equal('yes', g:done)
unlet g:done
enddef
--- 3766,3772 ----
if has('python3')
def Test_python3_command()
py3 import vim
! py3 vim.command("g:done = 'yes'")
assert_equal('yes', g:done)
unlet g:done
enddef
*** ../vim-8.2.4395/src/version.c 2022-02-15 21:17:53.148747988 +0000
--- src/version.c 2022-02-15 21:32:58.782979817 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4396,
/**/
--
hundred-and-one symptoms of being an internet addict:
48. You get a tatoo that says "This body best viewed with Netscape 3.1 or
higher."
/// 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/20220215213405.14D541C0310%40moolenaar.net.