mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.4810: missing changes in one file
Problem: Missing changes in one file. Solution: Also change the struct initializers.
This commit is contained in:
parent
885de449c0
commit
56dba60216
@ -2535,7 +2535,6 @@ static regengine_T bt_regengine =
|
|||||||
bt_regfree,
|
bt_regfree,
|
||||||
bt_regexec_nl,
|
bt_regexec_nl,
|
||||||
bt_regexec_multi,
|
bt_regexec_multi,
|
||||||
(char_u *)""
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "regexp_nfa.c"
|
#include "regexp_nfa.c"
|
||||||
@ -2546,7 +2545,6 @@ static regengine_T nfa_regengine =
|
|||||||
nfa_regfree,
|
nfa_regfree,
|
||||||
nfa_regexec_nl,
|
nfa_regexec_nl,
|
||||||
nfa_regexec_multi,
|
nfa_regexec_multi,
|
||||||
(char_u *)""
|
|
||||||
};
|
};
|
||||||
|
|
||||||
// Which regexp engine to use? Needed for vim_regcomp().
|
// Which regexp engine to use? Needed for vim_regcomp().
|
||||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4810,
|
||||||
/**/
|
/**/
|
||||||
4809,
|
4809,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user