mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	We only replace the first %%, not multiple (use %2 for second).
This commit is contained in:
		
							
								
								
									
										4
									
								
								tmux.1
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								tmux.1
									
									
									
									
									
								
							@@ -3800,9 +3800,7 @@ Before the command is executed, the first occurrence of the string
 | 
			
		||||
.Ql %%
 | 
			
		||||
and all occurrences of
 | 
			
		||||
.Ql %1
 | 
			
		||||
are replaced by the response to the first prompt, the second
 | 
			
		||||
.Ql %%
 | 
			
		||||
and all
 | 
			
		||||
are replaced by the response to the first prompt, all
 | 
			
		||||
.Ql %2
 | 
			
		||||
are replaced with the response to the second prompt, and so on for further
 | 
			
		||||
prompts.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user