We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d317b38 commit dff72baCopy full SHA for dff72ba
2 files changed
src/regexp_nfa.c
@@ -6183,7 +6183,7 @@ nfa_regmatch(
6183
{
6184
/* If \Z was present, then ignore composing characters.
6185
* When ignoring the base character this always matches. */
6186
- if (len == 0 && sta->c != curc)
+ if (sta->c != curc)
6187
result = FAIL;
6188
else
6189
result = OK;
src/version.c
@@ -771,6 +771,8 @@ static char *(features[]) =
771
772
static int included_patches[] =
773
{ /* Add new patch number below this line */
774
+/**/
775
+ 1478,
776
/**/
777
1477,
778
0 commit comments