To: vim_dev@googlegroups.com Subject: Patch 8.2.3172 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3172 Problem: MzScheme test fails. (Christian Brabandt) Solution: Correct function name. Files: src/testdir/test_vim9_builtin.vim *** ../vim-8.2.3171/src/testdir/test_vim9_builtin.vim 2021-07-15 12:48:08.811766844 +0200 --- src/testdir/test_vim9_builtin.vim 2021-07-16 10:36:15.185897504 +0200 *************** *** 1662,1668 **** if !has('mzscheme') CheckFeature mzscheme endif ! CheckDefAndScriptFailure2(['mzscheme(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list', 'E730: Using a List as a String') enddef def Test_nextnonblank() --- 1662,1668 ---- if !has('mzscheme') CheckFeature mzscheme endif ! CheckDefAndScriptFailure2(['mzeval(["a"])'], 'E1013: Argument 1: type mismatch, expected string but got list', 'E730: Using a List as a String') enddef def Test_nextnonblank() *** ../vim-8.2.3171/src/version.c 2021-07-15 23:44:49.532673603 +0200 --- src/version.c 2021-07-16 10:38:27.729555106 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3172, /**/ -- hundred-and-one symptoms of being an internet addict: 161. You get up before the sun rises to check your e-mail, and you find yourself in the very same chair long after the sun has set. /// 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 ///