Patch 8.2.4386

7 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 14, 2022, 4:52:46 PM2/14/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages