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 f3d769a commit 7630195Copy full SHA for 7630195
2 files changed
src/syntax.c
@@ -9556,7 +9556,7 @@ syn_name2attr(char_u *name)
9556
int id = syn_name2id(name);
9557
9558
if (id != 0)
9559
- return syn_id2attr(syn_get_final_id(id));
+ return syn_id2attr(id);
9560
return 0;
9561
}
9562
src/version.c
@@ -761,6 +761,8 @@ static char *(features[]) =
761
762
static int included_patches[] =
763
{ /* Add new patch number below this line */
764
+/**/
765
+ 1134,
766
/**/
767
1133,
768
0 commit comments