use slightly looser mapping for auto-view-rules, to not generate false negatives when looking up

This commit is contained in:
Ryan Fleury
2025-03-26 14:57:58 -07:00
parent 14966d932e
commit b154c5a120
3 changed files with 6 additions and 34 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ struct E_AutoHookNode
{
E_AutoHookNode *hash_next;
E_AutoHookNode *pattern_order_next;
E_TypeKey type_key;
String8 type_string;
String8List type_pattern_parts;
E_ExprChain tag_exprs;
};