patch 8.2.4810: missing changes in one file
Problem: Missing changes in one file.
Solution: Also change the struct initializers.
diff --git a/src/regexp.c b/src/regexp.c
index c031cc9..a9bdd95 100644
--- a/src/regexp.c
+++ b/src/regexp.c
@@ -2535,7 +2535,6 @@
bt_regfree,
bt_regexec_nl,
bt_regexec_multi,
- (char_u *)""
};
#include "regexp_nfa.c"
@@ -2546,7 +2545,6 @@
nfa_regfree,
nfa_regexec_nl,
nfa_regexec_multi,
- (char_u *)""
};
// Which regexp engine to use? Needed for vim_regcomp().
diff --git a/src/version.c b/src/version.c
index 6800fce..bb63fdb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4810,
+/**/
4809,
/**/
4808,