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 6e78e27 commit eb46f8fCopy full SHA for eb46f8f
src/syntax.c
@@ -6049,7 +6049,9 @@ get_id_list(
6049
}
6050
else if (name[1] == '@')
6051
{
6052
- if (!skip)
+ if (skip)
6053
+ id = -1;
6054
+ else
6055
id = syn_check_cluster(name + 2, (int)(end - p - 1));
6056
6057
else
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 204,
769
/**/
770
203,
771
0 commit comments