To: vim_dev@googlegroups.com Subject: Patch 9.0.0333 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0333 (after 9.0.0331) Problem: Method test fails. Solution: Adjust test for items() now working on string. Files: src/testdir/test_method.vim *** ../vim-9.0.0332/src/testdir/test_method.vim 2022-08-30 16:40:42.060873946 +0100 --- src/testdir/test_method.vim 2022-08-30 18:25:09.012675247 +0100 *************** *** 78,84 **** eval "a\rb\ec"->strtrans()->assert_equal('a^Mb^[c') eval "aあb"->strwidth()->assert_equal(4) eval 'abc'->substitute('b', 'x', '')->assert_equal('axc') ! call assert_fails('eval "x"->items()', 'E1227:') eval 'abc'->printf('the %s arg')->assert_equal('the abc arg') endfunc --- 78,84 ---- eval "a\rb\ec"->strtrans()->assert_equal('a^Mb^[c') eval "aあb"->strwidth()->assert_equal(4) eval 'abc'->substitute('b', 'x', '')->assert_equal('axc') ! call assert_fails('eval 123->items()', 'E1225:') eval 'abc'->printf('the %s arg')->assert_equal('the abc arg') endfunc *** ../vim-9.0.0332/src/version.c 2022-08-30 18:17:11.546152303 +0100 --- src/version.c 2022-08-30 18:26:00.032837338 +0100 *************** *** 709,710 **** --- 709,712 ---- { /* Add new patch number below this line */ + /**/ + 333, /**/ -- CART DRIVER: Bring out your dead! We follow the cart through a wretched, impoverished plague-ridden village. A few starved mongrels run about in the mud scavenging. In the open doorway of one house perhaps we jug glimpse a pair of legs dangling from the ceiling. In another doorway an OLD WOMAN is beating a cat against a wall rather like one does with a mat. The cart passes round a dead donkey or cow in the mud. And a MAN tied to a cart is being hammered to death by four NUNS with huge mallets. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///