To: vim_dev@googlegroups.com Subject: Patch 8.2.3231 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3231 Problem: Build failure with small features. Solution: Adjust #ifdef. Files: src/errors.h *** ../vim-8.2.3230/src/errors.h 2021-07-27 22:00:39.741712405 +0200 --- src/errors.h 2021-07-27 22:34:53.973475459 +0200 *************** *** 224,231 **** --- 224,233 ---- INIT(= N_("E1024: Using a Number as a String")); EXTERN char e_using_rcurly_outside_if_block_scope[] INIT(= N_("E1025: Using } outside of a block scope")); + #endif EXTERN char e_missing_rcurly[] INIT(= N_("E1026: Missing }")); + #ifdef FEAT_EVAL EXTERN char e_missing_return_statement[] INIT(= N_("E1027: Missing return statement")); EXTERN char e_compiling_def_function_failed[] *** ../vim-8.2.3230/src/version.c 2021-07-27 22:21:39.831052444 +0200 --- src/version.c 2021-07-27 22:35:30.033397903 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3231, /**/ -- hundred-and-one symptoms of being an internet addict: 254. You wake up daily with your keyboard printed on your forehead. /// 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 ///