To: vim_dev@googlegroups.com Subject: Patch 8.2.4396 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///