Patch 8.2.3962 (after 8.2.3961)
Problem: Build fails for missing error message.
Solution: Add changes in missed file.
Files: src/regexp_bt.c
*** ../vim-8.2.3961/src/regexp_bt.c 2021-12-05 21:46:31.168891156 +0000
--- src/regexp_bt.c 2021-12-31 20:54:42.947811691 +0000
***************
*** 1392,1398 ****
case Magic(')'):
if (one_exactly)
EMSG_ONE_RET_NULL;
! IEMSG_RET_NULL(_(e_internal)); // Supposed to be caught earlier.
// NOTREACHED
case Magic('='):
--- 1392,1399 ----
case Magic(')'):
if (one_exactly)
EMSG_ONE_RET_NULL;
! // Supposed to be caught earlier.
! IEMSG_RET_NULL(_(e_internal_error_in_regexp));
// NOTREACHED
case Magic('='):
*** ../vim-8.2.3961/src/version.c 2021-12-31 22:48:56.595368891 +0000
--- src/version.c 2021-12-31 23:15:33.069618955 +0000
***************
*** 751,752 ****
--- 751,754 ----
{ /* Add new patch number below this line */
+ /**/
+ 3962,
/**/
--
Very funny, Scotty. Now beam down my clothes.
/// 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/20211231231623.98F581C0A5B%40moolenaar.net.