To: vim_dev@googlegroups.com Subject: Patch 8.2.2727 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2727 (after 8.2.2726) Problem: Function test fails. Solution: Adjust expected error number. Files: src/testdir/test_user_func.vim *** ../vim-8.2.2726/src/testdir/test_user_func.vim 2020-12-06 15:03:14.821379868 +0100 --- src/testdir/test_user_func.vim 2021-04-06 20:18:09.727680272 +0200 *************** *** 150,156 **** call assert_equal(res['0'], 1) call assert_fails("call MakeBadFunc()", 'E989:') ! call assert_fails("fu F(a=1 ,) | endf", 'E475:') let d = Args2(7, v:none, 9) call assert_equal([7, 2, 9], [d.a, d.b, d.c]) --- 150,156 ---- call assert_equal(res['0'], 1) call assert_fails("call MakeBadFunc()", 'E989:') ! call assert_fails("fu F(a=1 ,) | endf", 'E1068:') let d = Args2(7, v:none, 9) call assert_equal([7, 2, 9], [d.a, d.b, d.c]) *** ../vim-8.2.2726/src/version.c 2021-04-06 19:00:59.631015341 +0200 --- src/version.c 2021-04-06 20:16:36.475898292 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2727, /**/ -- Proof techniques #2: Proof by Oddity. SAMPLE: To prove that horses have an infinite number of legs. (1) Horses have an even number of legs. (2) They have two legs in back and fore legs in front. (3) This makes a total of six legs, which certainly is an odd number of legs for a horse. (4) But the only number that is both odd and even is infinity. (5) Therefore, horses must have an infinite number of legs. /// 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 ///