mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	Merge branch 'obsd-master' into master
This commit is contained in:
		@@ -749,6 +749,8 @@ cmd_parse_expand_alias(struct cmd_parse_command *cmd,
 | 
			
		||||
	struct cmd_parse_command	*last;
 | 
			
		||||
	char				*alias, *name, *cause;
 | 
			
		||||
 | 
			
		||||
	if (pi->flags & CMD_PARSE_NOALIAS)
 | 
			
		||||
		return (0);
 | 
			
		||||
	memset(pr, 0, sizeof *pr);
 | 
			
		||||
 | 
			
		||||
	first = TAILQ_FIRST(&cmd->arguments);
 | 
			
		||||
@@ -788,7 +790,9 @@ cmd_parse_expand_alias(struct cmd_parse_command *cmd,
 | 
			
		||||
	}
 | 
			
		||||
	cmd_parse_log_commands(cmds, __func__);
 | 
			
		||||
 | 
			
		||||
	pi->flags |= CMD_PARSE_NOALIAS;
 | 
			
		||||
	cmd_parse_build_commands(cmds, pi, pr);
 | 
			
		||||
	pi->flags &= ~CMD_PARSE_NOALIAS;
 | 
			
		||||
	return (1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user