fix target environment string list evaluation cell building; extend lister completion with further push-queries for catchall; extend f1 lister to include targets, types, globals, thread-locals

This commit is contained in:
Ryan Fleury
2025-04-21 15:45:39 -07:00
parent a5c68412fc
commit 93b8aef49c
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -620,7 +620,7 @@ E_TYPE_IREXT_FUNCTION_DEF(cfgs)
//- rjf: gather commands
String8List cmds_list = {0};
if(rd_view_query_cmd().size == 0)
if(rd_cfg_child_from_string(rd_cfg_from_id(rd_regs()->view), str8_lit("lister")) == &rd_nil_cfg)
{
MD_NodePtrList schemas = rd_schemas_from_name(cfg_name);
for(MD_NodePtrNode *n = schemas.first; n != 0; n = n->next)