> @@ -75,8 +75,8 @@ extern void makeSimpleScopedTag (const vString* const name, > > e.kindName = kinds [kind].name; > e.kind = kinds [kind].letter; > - e.extensionFields.scope[0] = scope; > - e.extensionFields.scope[1] = scope2; > + e.extensionFields.scopeKind = &(kinds [kind]);
Eh, you're right. The whole function will be removed at the end anyway, we use it just for conf but yeah, this is wrong. Will fix. --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160/files/cb1c15483bce9e5bad735113ca2b185cb7ff8924..0ed5c16b4614a12e6881a897bc8b2eb28e708c3e#r73534446
