To: vim_dev@googlegroups.com Subject: Patch 8.2.2766 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2766 Problem: Test failure. Solution: Add change to Vim9 compilation error message. Files: src/vim9compile.c *** ../vim-8.2.2765/src/vim9compile.c 2021-04-14 12:39:56.656454570 +0200 --- src/vim9compile.c 2021-04-14 20:30:32.092938420 +0200 *************** *** 6472,6478 **** goto theend; if (range) { ! semsg(_(e_cannot_use_range_with_assignment_str), var_start); return FAIL; } --- 6472,6478 ---- goto theend; if (range) { ! semsg(_(e_cannot_use_range_with_assignment_operator_str), var_start); return FAIL; } *** ../vim-8.2.2765/src/version.c 2021-04-14 20:35:19.412232623 +0200 --- src/version.c 2021-04-14 20:52:40.409614140 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2766, /**/ -- hundred-and-one symptoms of being an internet addict: 94. Now admit it... How many of you have made "modem noises" into the phone just to see if it was possible? :-) /// 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 ///