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 -- [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/20220214214253.3F8361C0DFF%40moolenaar.net.