Patch 9.0.1003

5 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 4, 2022, 4:41:25 PM12/4/22
to vim...@googlegroups.com

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 -- 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