Patch 9.0.0268
Problem: Build error without the +eval feature.
Solution: Remove #ifdef.
Files: src/globals.h
*** ../vim-9.0.0267/src/globals.h 2022-08-22 15:19:12.728328961 +0100
--- src/globals.h 2022-08-25 16:29:10.810867875 +0100
***************
*** 1605,1613 ****
EXTERN char top_bot_msg[] INIT(= N_("search hit TOP, continuing at
BOTTOM"));
EXTERN char bot_top_msg[] INIT(= N_("search hit BOTTOM, continuing at
TOP"));
- #ifdef FEAT_EVAL
EXTERN char line_msg[] INIT(= N_(" line "));
- #endif
#ifdef FEAT_CRYPT
EXTERN char need_key_msg[] INIT(= N_("Need encryption key for \"%s\""));
--- 1605,1611 ----
*** ../vim-9.0.0267/src/version.c 2022-08-25 16:24:53.166843838 +0100
--- src/version.c 2022-08-25 16:29:45.986870041 +0100
***************
*** 729,730 ****
--- 729,732 ----
{ /* Add new patch number below this line */
+ /**/
+ 268,
/**/
--
It is illegal for a driver to be blindfolded while operating a vehicle.
[real standing law in Alabama, United States of America]
/// 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/20220825153031.3B7E61C090E%40moolenaar.net.