mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00:00
always use pending-file when doing a file switch
This commit is contained in:
@@ -14152,7 +14152,7 @@ rd_frame(void)
|
|||||||
{
|
{
|
||||||
rd_cmd(RD_CmdKind_OpenTab,
|
rd_cmd(RD_CmdKind_OpenTab,
|
||||||
.string = rd_eval_string_from_file_path(scratch.arena, recent_file_path),
|
.string = rd_eval_string_from_file_path(scratch.arena, recent_file_path),
|
||||||
.params_tree = md_tree_from_string(scratch.arena, src_view->spec->string)->first);
|
.params_tree = md_tree_from_string(scratch.arena, rd_view_rule_kind_info_table[RD_ViewRuleKind_PendingFile].string)->first);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user