To: vim_dev@googlegroups.com Subject: Patch 8.2.4385 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4385 (after 8.2.4384) Problem: Cannot build tiny version. Solution: Adjust #ifdefs. Files: src/errors.h *** ../vim-8.2.4384/src/errors.h 2022-02-14 21:19:01.130589032 +0000 --- src/errors.h 2022-02-14 21:41:19.032343791 +0000 *************** *** 2791,2798 **** --- 2791,2800 ---- // E1080 unused EXTERN char e_cannot_unlet_str[] INIT(= N_("E1081: Cannot unlet %s")); + #endif EXTERN char e_command_modifier_without_command[] INIT(= N_("E1082: Command modifier without command")); + #ifdef FEAT_EVAL EXTERN char e_missing_backtick[] INIT(= N_("E1083: Missing backtick")); EXTERN char e_cannot_delete_vim9_script_function_str[] *** ../vim-8.2.4384/src/version.c 2022-02-14 21:19:01.134589027 +0000 --- src/version.c 2022-02-14 21:42:02.728266179 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4385, /**/ -- I started out with nothing, and I still have most of it. -- Michael Davis -- "Tonight Show" /// 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 ///