To: vim_dev@googlegroups.com Subject: Patch 8.2.1341 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.1341 Problem: Build failures. Solution: Add missing error message. Files: src/globals.h *** ../vim-8.2.1340/src/globals.h 2020-07-23 15:37:59.331156413 +0200 --- src/globals.h 2020-08-01 15:20:12.022415075 +0200 *************** *** 1684,1689 **** --- 1684,1690 ---- EXTERN char e_stringreq[] INIT(= N_("E928: String required")); EXTERN char e_emptykey[] INIT(= N_("E713: Cannot use empty key for Dictionary")); EXTERN char e_dictreq[] INIT(= N_("E715: Dictionary required")); + EXTERN char e_dictnull[] INIT(= N_("E1103: Dictionary not set")); EXTERN char e_listidx[] INIT(= N_("E684: list index out of range: %ld")); EXTERN char e_blobidx[] INIT(= N_("E979: Blob index out of range: %ld")); EXTERN char e_invalblob[] INIT(= N_("E978: Invalid operation for Blob")); *** ../vim-8.2.1340/src/version.c 2020-08-01 16:08:14.805278012 +0200 --- src/version.c 2020-08-01 16:34:34.293691206 +0200 *************** *** 756,757 **** --- 756,759 ---- { /* Add new patch number below this line */ + /**/ + 1341, /**/ -- hundred-and-one symptoms of being an internet addict: 96. On Super Bowl Sunday, you followed the score by going to the Yahoo main page instead of turning on the TV. /// 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 ///