To: vim_dev@googlegroups.com Subject: Patch 8.2.3724 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3724 Problem: Build error for missing error message in small build. Solution: Correct #ifdef. Files: src/errors.h *** ../vim-8.2.3723/src/errors.h 2021-12-02 18:42:29.458994806 +0000 --- src/errors.h 2021-12-02 20:43:31.855181513 +0000 *************** *** 316,323 **** --- 316,325 ---- INIT(= N_("E1062: Cannot index a Number")); EXTERN char e_type_mismatch_for_v_variable[] INIT(= N_("E1063: Type mismatch for v: variable")); + #endif EXTERN char e_yank_register_changed_while_using_it[] INIT(= N_("E1064: Yank register changed while using it")); + #ifdef FEAT_EVAL // E1065 unused EXTERN char e_cannot_declare_a_register_str[] INIT(= N_("E1066: Cannot declare a register: %s")); *** ../vim-8.2.3723/src/version.c 2021-12-02 19:46:38.798969031 +0000 --- src/version.c 2021-12-02 20:44:12.847135737 +0000 *************** *** 755,756 **** --- 755,758 ---- { /* Add new patch number below this line */ + /**/ + 3724, /**/ -- BEDEVERE: Why do you think she is a witch? SECOND VILLAGER: She turned me into a newt. BEDEVERE: A newt? SECOND VILLAGER: (After looking at himself for some time) I got better. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///