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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220214215240.83B1E1C0DFF%40moolenaar.net.