Patch 8.2.4396

5 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 15, 2022, 4:34:10 PM2/15/22
to vim...@googlegroups.com

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 -- 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