To: vim_dev@googlegroups.com Subject: Patch 8.2.4386 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4386 (after 8.2.4384) Problem: Still cannot build tiny version. Solution: Adjust #ifdefs. Files: src/ex_docmd.c *** ../vim-8.2.4385/src/ex_docmd.c 2022-02-14 21:19:01.134589027 +0000 --- src/ex_docmd.c 2022-02-14 21:49:34.803846617 +0000 *************** *** 3084,3090 **** return OK; } - #if defined(FEAT_EVAL) || defined(PROTO) /* * Return TRUE if "cmod" has anything set. */ --- 3084,3089 ---- *************** *** 3100,3105 **** --- 3099,3105 ---- || cmod->cmod_filter_regmatch.regprog != NULL; } + #if defined(FEAT_EVAL) || defined(PROTO) /* * If Vim9 script and "cmdmod" has anything set give an error and return TRUE. */ *** ../vim-8.2.4385/src/version.c 2022-02-14 21:42:12.156249426 +0000 --- src/version.c 2022-02-14 21:51:21.899772536 +0000 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 4386, /**/ -- Well, you come from nothing, you go back to nothing... What have you lost? Nothing! -- Monty Python: The life of Brian /// 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 ///