To: vim_dev@googlegroups.com Subject: Patch 8.2.1699 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1699 Problem: Build failure due to missing error message. Solution: Add error message. Files: src/errors.h *** ../vim-8.2.1698/src/errors.h 2020-09-16 17:55:36.537602345 +0200 --- src/errors.h 2020-09-16 19:52:54.837541691 +0200 *************** *** 266,269 **** --- 266,271 ---- INIT(= N_("E1120: Cannot change dict")); EXTERN char e_cannot_change_dict_item[] INIT(= N_("E1121: Cannot change dict item")); + EXTERN char e_variable_is_locked_str[] + INIT(= N_("E1122: Variable is locked: %s")); #endif *** ../vim-8.2.1698/src/version.c 2020-09-16 21:08:23.646361178 +0200 --- src/version.c 2020-09-16 21:41:39.266659023 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 1699, /**/ -- A fool must search for a greater fool to find admiration. /// 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 ///