To: vim_dev@googlegroups.com Subject: Patch 8.2.4300 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4300 (after 8.2.4299) Problem: Cannot build tiny version. (Tony Mechelynck) Solution: Add #ifdef. Files: src/main.c *** ../vim-8.2.4299/src/main.c 2022-02-05 12:10:22.336468705 +0000 --- src/main.c 2022-02-05 12:37:42.698879423 +0000 *************** *** 1047,1054 **** return stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL ! && !global_busy ! && !debug_mode; } /* --- 1047,1056 ---- return stuff_empty() && typebuf.tb_len == 0 && scriptin[curscript] == NULL ! #ifdef FEAT_EVAL ! && !debug_mode ! #endif ! && !global_busy; } /* *** ../vim-8.2.4299/src/version.c 2022-02-05 12:10:22.336468705 +0000 --- src/version.c 2022-02-05 12:38:56.706813859 +0000 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4300, /**/ -- A)bort, R)etry, B)ang it with a large hammer /// 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 ///