To: vim_dev@googlegroups.com Subject: Patch 8.2.2482 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2482 Problem: Build error. Solution: Add new error message. Files: src/errors.h *** ../vim-8.2.2481/src/errors.h 2021-02-07 15:28:05.792508596 +0100 --- src/errors.h 2021-02-07 15:52:45.679909036 +0100 *************** *** 355,357 **** --- 355,359 ---- INIT(= N_("E1158: Cannot use flatten() in Vim9 script")); EXTERN char e_cannot_split_window_when_closing_buffer[] INIT(= N_("E1159: Cannot split a window when closing the buffer")); + EXTERN char e_cannot_use_default_for_variable_arguments[] + INIT(= N_("E1160: Cannot use a default for variable arguments")); *** ../vim-8.2.2481/src/version.c 2021-02-07 15:59:44.438603736 +0100 --- src/version.c 2021-02-07 16:05:34.101518750 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2482, /**/ -- ARTHUR: Well, it doesn't matter. Will you go and tell your master that Arthur from the Court of Camelot is here. GUARD #1: Listen, in order to maintain air-speed velocity, a swallow needs to beat its wings 43 times every second, right? ARTHUR: Please! The Quest for the Holy Grail (Monty Python) /// 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 ///