Patch 8.2.3962

3 views
Skip to first unread message

Bram Moolenaar

unread,
Dec 31, 2021, 6:16:29 PM12/31/21
to vim...@googlegroups.com

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