To: vim_dev@googlegroups.com Subject: Patch 8.2.4013 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4013 Problem: Build failure without the spell feature. Solution: Adjust #ifdefs. Files: src/errors.h *** ../vim-8.2.4012/src/errors.h 2022-01-05 20:24:34.268005660 +0000 --- src/errors.h 2022-01-05 20:35:18.658596445 +0000 *************** *** 1771,1780 **** --- 1771,1782 ---- INIT(= N_("E762: Character in FOL, LOW or UPP is out of range")); EXTERN char e_word_characters_differ_between_spell_files[] INIT(= N_("E763: Word characters differ between spell files")); + #endif #if defined(FEAT_SYN_HL) || defined(FEAT_COMPL_FUNC) EXTERN char e_option_str_is_not_set[] INIT(= N_("E764: Option '%s' is not set")); #endif + #ifdef FEAT_SPELL EXTERN char e_spellfile_does_not_have_nr_entries[] INIT(= N_("E765: 'spellfile' does not have %d entries")); #endif *** ../vim-8.2.4012/src/version.c 2022-01-05 20:24:34.280005633 +0000 --- src/version.c 2022-01-05 20:36:47.974419490 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4013, /**/ -- hundred-and-one symptoms of being an internet addict: 234. You started college as a chemistry major, and walk out four years later as an Internet provider. /// 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 ///