patch 8.2.4810: missing changes in one file v8.2.4810
authorBram Moolenaar <Bram@vim.org>
Sat, 23 Apr 2022 10:03:58 +0000 (11:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Apr 2022 10:03:58 +0000 (11:03 +0100)
Problem:    Missing changes in one file.
Solution:   Also change the struct initializers.

src/regexp.c
src/version.c

index c031cc9966089be088eeffb6bcc6a12e606b2785..a9bdd95aaaea10ab4c168f974ccc28e64df4b6b1 100644 (file)
@@ -2535,7 +2535,6 @@ static regengine_T bt_regengine =
     bt_regfree,
     bt_regexec_nl,
     bt_regexec_multi,
-    (char_u *)""
 };
 
 #include "regexp_nfa.c"
@@ -2546,7 +2545,6 @@ static regengine_T nfa_regengine =
     nfa_regfree,
     nfa_regexec_nl,
     nfa_regexec_multi,
-    (char_u *)""
 };
 
 // Which regexp engine to use? Needed for vim_regcomp().
index 6800fce0cdf388a0bbca6457fc8e48d7f401081f..bb63fdbaa61810ec7496017b2f84c30c40264e7d 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4810,
 /**/
     4809,
 /**/