Patch 8.2.4810 (after 8.2.4808)
Problem: Missing changes in one file.
Solution: Also change the struct initializers.
Files: src/regexp.c
*** ../vim-8.2.4809/src/regexp.c 2022-04-04 18:14:30.233544863 +0100
--- src/regexp.c 2022-04-23 10:39:35.808934130 +0100
***************
*** 2535,2541 ****
bt_regfree,
bt_regexec_nl,
bt_regexec_multi,
- (char_u *)""
};
#include "regexp_nfa.c"
--- 2535,2540 ----
***************
*** 2546,2552 ****
nfa_regfree,
nfa_regexec_nl,
nfa_regexec_multi,
- (char_u *)""
};
// Which regexp engine to use? Needed for vim_regcomp().
--- 2545,2550 ----
*** ../vim-8.2.4809/src/version.c 2022-04-23 10:50:18.971609285 +0100
--- src/version.c 2022-04-23 11:03:50.085938465 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4810,
/**/
--
Those who live by the sword get shot by those who don't.
/// 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/20220423100430.5A9E21C43E2%40moolenaar.net.