To: vim_dev@googlegroups.com Subject: Patch 8.2.4015 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4015 Problem: Build failure with tiny features. (Tony Mechelynck) Solution: Adjust #ifdefs. Files: src/errors.h *** ../vim-8.2.4014/src/errors.h 2022-01-05 20:40:29.325990580 +0000 --- src/errors.h 2022-01-06 11:41:21.277588566 +0000 *************** *** 2318,2325 **** --- 2318,2327 ---- INIT(= N_("E990: Missing end marker '%s'")); EXTERN char e_cannot_use_heredoc_here[] INIT(= N_("E991: cannot use =<< here")); + #endif EXTERN char e_not_allowed_in_modeline_when_modelineexpr_is_off[] INIT(= N_("E992: Not allowed in a modeline when 'modelineexpr' is off")); + #ifdef FEAT_EVAL EXTERN char e_window_nr_is_not_popup_window[] INIT(= N_("E993: window %d is not a popup window")); EXTERN char e_not_allowed_in_popup_window[] *** ../vim-8.2.4014/src/version.c 2022-01-05 20:56:34.633480269 +0000 --- src/version.c 2022-01-06 11:43:01.729138743 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4015, /**/ -- You are Dead. Do you wish to restart, load, or quit? /// 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 ///