To: vim_dev@googlegroups.com Subject: Patch 8.2.2859 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2859 (after 8.2.2857) Problem: Tcl test fails because of changed error message. Solution: Adjust the expected error message. Files: src/testdir/test_tcl.vim *** ../vim-8.2.2858/src/testdir/test_tcl.vim 2020-07-11 22:49:56.047213793 +0200 --- src/testdir/test_tcl.vim 2021-05-16 20:05:05.061312828 +0200 *************** *** 145,151 **** call assert_fails('tcl ::vim::expr x y', \ 'wrong # args: should be "::vim::expr vimExpr"') ! call assert_fails('tcl ::vim::expr 1-', 'E15: Invalid expression: 1-') endfunc " Test ::vim::command --- 145,151 ---- call assert_fails('tcl ::vim::expr x y', \ 'wrong # args: should be "::vim::expr vimExpr"') ! call assert_fails('tcl ::vim::expr 1-', 'E15: Invalid expression: "1-"') endfunc " Test ::vim::command *** ../vim-8.2.2858/src/version.c 2021-05-16 16:19:33.764664477 +0200 --- src/version.c 2021-05-16 20:05:34.817171738 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2859, /**/ -- Facepalm reply #9: "Speed up, you can drive 80 here" "Why, the cars behind us are also driving 60" /// 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 ///