mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Don't boke when figuring out working directory from configuration file.
This commit is contained in:
		@@ -103,7 +103,7 @@ cmd_split_window_exec(struct cmd *self, struct cmd_q *cmdq)
 | 
			
		||||
			return (CMD_RETURN_ERROR);
 | 
			
		||||
		}
 | 
			
		||||
		cwd = fd;
 | 
			
		||||
	} else if (cmdq->client->session == NULL)
 | 
			
		||||
	} else if (cmdq->client != NULL && cmdq->client->session == NULL)
 | 
			
		||||
		cwd = cmdq->client->cwd;
 | 
			
		||||
	else
 | 
			
		||||
		cwd = s->cwd;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user