projects
/
vim
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
885de44
)
patch 8.2.4810: missing changes in one file
v8.2.4810
author
Bram Moolenaar
<Bram@vim.org>
Sat, 23 Apr 2022 10:03:58 +0000
(11:03 +0100)
committer
Bram 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
patch
|
blob
|
history
src/version.c
patch
|
blob
|
history
diff --git
a/src/regexp.c
b/src/regexp.c
index c031cc9966089be088eeffb6bcc6a12e606b2785..a9bdd95aaaea10ab4c168f974ccc28e64df4b6b1 100644
(file)
--- a/
src/regexp.c
+++ b/
src/regexp.c
@@
-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().
diff --git
a/src/version.c
b/src/version.c
index 6800fce0cdf388a0bbca6457fc8e48d7f401081f..bb63fdbaa61810ec7496017b2f84c30c40264e7d 100644
(file)
--- a/
src/version.c
+++ b/
src/version.c
@@
-746,6
+746,8
@@
static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4810,
/**/
4809,
/**/