Patch 8.2.3192 (after 8.2.3190)
Problem: Build failure with small version (Tony Mechelynck).
Solution: Remove stray #ifdef.
Files: src/errors.h
*** ../vim-8.2.3191/src/errors.h 2021-07-20 21:07:32.960058864 +0200
--- src/errors.h 2021-07-20 22:24:47.089745246 +0200
***************
*** 58,64 ****
#endif
EXTERN char e_farsi_support_has_been_removed[]
INIT(= N_("E27: Farsi support has been removed\n"));
- #ifdef FEAT_EVAL
#if defined(FEAT_SEARCH_EXTRA) || defined(FEAT_SYN_HL)
EXTERN char e_no_such_highlight_group_name_str[]
INIT(= N_("E28: No such highlight group name: %s"));
--- 58,63 ----
***************
*** 109,115 ****
INIT(= N_("E121: Undefined variable: %s"));
EXTERN char e_undefined_variable_char_str[]
INIT(= N_("E121: Undefined variable: %c:%s"));
- #endif
#ifndef FEAT_DIGRAPHS
EXTERN char e_no_digraphs_version[]
INIT(= N_("E196: No digraphs in this version"));
--- 108,113 ----
*** ../vim-8.2.3191/src/version.c 2021-07-20 22:21:54.329987712 +0200
--- src/version.c 2021-07-20 22:29:05.529379572 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3192,
/**/
--
hundred-and-one symptoms of being an internet addict:
193. You ask your girlfriend to drive home so you can sit back with
your PDA and download the information to your laptop
/// 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/202107202038.16KKcvTx3393916%40masaka.moolenaar.net.