To: vim_dev@googlegroups.com Subject: Patch 8.2.3546 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3546 (after 8.2.3545) Problem: Build failure without the +eval feature. Solution: Add #ifdef. (closes #9025) Files: src/errors.h *** ../vim-8.2.3545/src/errors.h 2021-10-20 11:01:10.760166755 +0100 --- src/errors.h 2021-10-20 17:17:04.010992866 +0100 *************** *** 160,169 **** --- 160,171 ---- INIT(= N_("E711: List value does not have enough items")); EXTERN char e_cannot_slice_dictionary[] INIT(= N_("E719: Cannot slice a Dictionary")); + #endif EXTERN char e_conflicts_with_value_of_listchars[] INIT(= N_("E834: Conflicts with value of 'listchars'")); EXTERN char e_conflicts_with_value_of_fillchars[] INIT(= N_("E835: Conflicts with value of 'fillchars'")); + #ifdef FEAT_EVAL EXTERN char e_assert_fails_second_arg[] INIT(= N_("E856: \"assert_fails()\" second argument must be a string or a list with one or two strings")); EXTERN char e_using_invalid_value_as_string_str[] *** ../vim-8.2.3545/src/version.c 2021-10-20 11:01:10.760166755 +0100 --- src/version.c 2021-10-20 17:21:12.143093893 +0100 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 3546, /**/ -- hundred-and-one symptoms of being an internet addict: 209. Your house stinks because you haven't cleaned it in a week. /// 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 ///