To: vim_dev@googlegroups.com Subject: Patch 8.2.2423 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2423 (after 8.2.2422) Problem: Missing error message. Solution: Add the error message. Files: src/errors.h *** ../vim-8.2.2422/src/errors.h 2021-01-28 13:47:55.056905117 +0100 --- src/errors.h 2021-01-28 14:02:15.265738371 +0100 *************** *** 347,349 **** --- 347,351 ---- INIT(= N_("E1154: Divide by zero")); EXTERN char e_cannot_define_autocommands_for_all_events[] INIT(= N_("E1155: Cannot define autocommands for ALL events")); + EXTERN char e_cannot_change_arglist_recursively[] + INIT(= N_("E1156: Cannot change the argument list recursively")); *** ../vim-8.2.2422/src/version.c 2021-01-28 17:24:54.277803692 +0100 --- src/version.c 2021-01-28 17:55:56.962530297 +0100 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2423, /**/ -- hundred-and-one symptoms of being an internet addict: 257. Your "hundred-and-one" lists include well over 101 items, since you automatically interpret all numbers in hexadecimal notation. (hex 101 = decimal 257) /// 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 ///