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 98dad7d commit d9c06c3Copy full SHA for d9c06c3
src/syntax.c
@@ -2566,6 +2566,9 @@ check_state_ends()
2566
#endif
2567
update_si_attr(current_state.ga_len - 1);
2568
2569
+ /* nextgroup= should not match in the end pattern */
2570
+ current_next_list = NULL;
2571
+
2572
/* what matches next may be different now, clear it */
2573
next_match_idx = 0;
2574
next_match_col = MAXCOL;
src/version.c
@@ -714,6 +714,8 @@ static char *(features[]) =
714
715
static int included_patches[] =
716
{ /* Add new patch number below this line */
717
+/**/
718
+ 190,
719
/**/
720
189,
721
0 commit comments