To: vim_dev@googlegroups.com Subject: Patch 8.2.0707 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.0707 Problem: Vim9 function test fails. Solution: Adjust expected error code. Files: src/testdir/test_vim9_func.vim *** ../vim-8.2.0706/src/testdir/test_vim9_func.vim 2020-05-06 21:06:26.425435628 +0200 --- src/testdir/test_vim9_func.vim 2020-05-07 13:26:09.014528234 +0200 *************** *** 656,662 **** def Test_unknown_function() CheckDefExecFailure([ 'let Ref: func = function("NotExist")', ! 'delfunc g:NotExist'], 'E700:') enddef def RefFunc(Ref: func(string): string): string --- 656,662 ---- def Test_unknown_function() CheckDefExecFailure([ 'let Ref: func = function("NotExist")', ! 'delfunc g:NotExist'], 'E130:') enddef def RefFunc(Ref: func(string): string): string *** ../vim-8.2.0706/src/version.c 2020-05-07 14:07:19.952220393 +0200 --- src/version.c 2020-05-07 14:36:53.081405353 +0200 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 707, /**/ -- Be thankful to be in a traffic jam, because it means you own a car. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///