To: vim_dev@googlegroups.com Subject: Patch 8.2.3192 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3192 (after 8.2.3190) Problem: Build failure with small version (Tony Mechelynck). Solution: Remove stray #ifdef. Files: src/errors.h *** ../vim-8.2.3191/src/errors.h 2021-07-20 21:07:32.960058864 +0200 --- src/errors.h 2021-07-20 22:24:47.089745246 +0200 *************** *** 58,64 **** #endif EXTERN char e_farsi_support_has_been_removed[] INIT(= N_("E27: Farsi support has been removed\n")); - #ifdef FEAT_EVAL #if defined(FEAT_SEARCH_EXTRA) || defined(FEAT_SYN_HL) EXTERN char e_no_such_highlight_group_name_str[] INIT(= N_("E28: No such highlight group name: %s")); --- 58,63 ---- *************** *** 109,115 **** INIT(= N_("E121: Undefined variable: %s")); EXTERN char e_undefined_variable_char_str[] INIT(= N_("E121: Undefined variable: %c:%s")); - #endif #ifndef FEAT_DIGRAPHS EXTERN char e_no_digraphs_version[] INIT(= N_("E196: No digraphs in this version")); --- 108,113 ---- *** ../vim-8.2.3191/src/version.c 2021-07-20 22:21:54.329987712 +0200 --- src/version.c 2021-07-20 22:29:05.529379572 +0200 *************** *** 757,758 **** --- 757,760 ---- { /* Add new patch number below this line */ + /**/ + 3192, /**/ -- hundred-and-one symptoms of being an internet addict: 193. You ask your girlfriend to drive home so you can sit back with your PDA and download the information to your laptop /// 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 ///