To: vim_dev@googlegroups.com Subject: Patch 8.2.3558 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3558 (after 8.2.3557) Problem: Vim9: asserting the wrong variable. Solution: Don't use Foo, use Goo. Files: src/testdir/test_vim9_script.vim *** ../vim-8.2.3557/src/testdir/test_vim9_script.vim 2021-10-22 22:17:49.142382407 +0100 --- src/testdir/test_vim9_script.vim 2021-10-23 10:23:52.092807925 +0100 *************** *** 1495,1501 **** def DoTest() const Goo = G() ! assert_equal(42, Foo) enddef DoTest() END --- 1495,1501 ---- def DoTest() const Goo = G() ! assert_equal(42, Goo) enddef DoTest() END *** ../vim-8.2.3557/src/version.c 2021-10-22 22:17:49.142382407 +0100 --- src/version.c 2021-10-23 10:24:48.441513477 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3558, /**/ -- hundred-and-one symptoms of being an internet addict: 230. You spend your Friday nights typing away at your keyboard /// 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 ///