mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Continue the parent cmdq after sourcing a file.
This commit is contained in:
		@@ -98,10 +98,11 @@ cmd_source_file_done(struct cmd_q *cmdq1)
 | 
			
		||||
	cmdq_free(cmdq1);
 | 
			
		||||
 | 
			
		||||
	cfg_references--;
 | 
			
		||||
	if (cmdq_free(cmdq) || cfg_references != 0)
 | 
			
		||||
 | 
			
		||||
	if (cmdq_free(cmdq))
 | 
			
		||||
		return;
 | 
			
		||||
 | 
			
		||||
	cmd_source_file_show(cmdq);
 | 
			
		||||
 | 
			
		||||
	if (cfg_references == 0)
 | 
			
		||||
		cmd_source_file_show(cmdq);
 | 
			
		||||
	cmdq_continue(cmdq);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user