Patch 8.2.3546 (after 8.2.3545)
Problem: Build failure without the +eval feature.
Solution: Add #ifdef. (closes #9025)
Files: src/errors.h
*** ../vim-8.2.3545/src/errors.h 2021-10-20 11:01:10.760166755 +0100
--- src/errors.h 2021-10-20 17:17:04.010992866 +0100
***************
*** 160,169 ****
--- 160,171 ----
INIT(= N_("E711: List value does not have enough items"));
EXTERN char e_cannot_slice_dictionary[]
INIT(= N_("E719: Cannot slice a Dictionary"));
+ #endif
EXTERN char e_conflicts_with_value_of_listchars[]
INIT(= N_("E834: Conflicts with value of 'listchars'"));
EXTERN char e_conflicts_with_value_of_fillchars[]
INIT(= N_("E835: Conflicts with value of 'fillchars'"));
+ #ifdef FEAT_EVAL
EXTERN char e_assert_fails_second_arg[]
INIT(= N_("E856: \"assert_fails()\" second argument must be a string or
a list with one or two strings"));
EXTERN char e_using_invalid_value_as_string_str[]
*** ../vim-8.2.3545/src/version.c 2021-10-20 11:01:10.760166755 +0100
--- src/version.c 2021-10-20 17:21:12.143093893 +0100
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 3546,
/**/
--
hundred-and-one symptoms of being an internet addict:
209. Your house stinks because you haven't cleaned it in a week.
/// 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/20211020162331.E2C3DC80053%40moolenaar.net.