To: vim_dev@googlegroups.com Subject: Patch 8.2.3973 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.3973 Problem: Tiny build fails. Solution: Adjust #ifdefs Files: src/errors.h *** ../vim-8.2.3972/src/errors.h 2022-01-01 16:20:56.896401505 +0000 --- src/errors.h 2022-01-01 16:30:39.399699709 +0000 *************** *** 690,700 **** --- 690,702 ---- INIT(= N_("E588: :endwhile without :while")); EXTERN char e_endfor_without_for[] INIT(= N_("E588: :endfor without :for")); + #endif EXTERN char e_winheight_cannot_be_smaller_than_winminheight[] INIT(= N_("E591: 'winheight' cannot be smaller than 'winminheight'")); EXTERN char e_winwidth_cannot_be_smaller_than_winminwidth[] INIT(= N_("E592: 'winwidth' cannot be smaller than 'winminwidth'")); + #ifdef FEAT_EVAL EXTERN char e_missing_endtry[] INIT(= N_("E600: Missing :endtry")); EXTERN char e_endtry_without_try[] *** ../vim-8.2.3972/src/version.c 2022-01-01 16:20:56.904401494 +0000 --- src/version.c 2022-01-01 16:31:28.407635900 +0000 *************** *** 751,752 **** --- 751,754 ---- { /* Add new patch number below this line */ + /**/ + 3973, /**/ -- hundred-and-one symptoms of being an internet addict: 178. You look for an icon to double-click to open your bedroom window. /// 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 ///