Patch 9.0.1003 (after 9.0.1001)
Problem: Tiny build fails.
Solution: Remove #ifdef from error message.
Files: src/errors.h
*** ../vim-9.0.1002/src/errors.h 2022-12-04 20:11:12.791828025 +0000
--- src/errors.h 2022-12-04 21:39:05.895148444 +0000
***************
*** 1180,1189 ****
#endif
EXTERN char e_invalid_command[]
INIT(= N_("E476: Invalid command"));
- #ifdef FEAT_EVAL
EXTERN char e_invalid_command_str[]
INIT(= N_("E476: Invalid command: %s"));
- #endif
EXTERN char e_no_bang_allowed[]
INIT(= N_("E477: No ! allowed"));
EXTERN char e_dont_panic[]
--- 1180,1187 ----
*** ../vim-9.0.1002/src/version.c 2022-12-04 21:09:45.099172093 +0000
--- src/version.c 2022-12-04 21:40:36.159172424 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1003,
/**/
--
hundred-and-one symptoms of being an internet addict:
228. You spend Saturday night making the counter on your home page
pass that 2000 mark.
/// 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/20221204214115.730871C06DC%40moolenaar.net.