additional small fixes

This commit is contained in:
Ryan Fleury
2024-09-16 17:48:39 -07:00
parent 515724f264
commit cff6222863
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -11966,7 +11966,9 @@ rd_frame(void)
FileProperties props = os_properties_from_file_path(path);
if(props.created != 0)
{
rd_cmd(RD_CmdKind_PendingFile, .string = rd_eval_string_from_file_path(scratch.arena, path));
rd_cmd(RD_CmdKind_OpenTab,
.string = rd_eval_string_from_file_path(scratch.arena, path),
.params_tree = md_tree_from_string(scratch.arena, rd_view_rule_kind_info_table[RD_ViewRuleKind_PendingFile].string)->first);
}
else
{