mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	A } can go on the same line as a command.
This commit is contained in:
		@@ -535,9 +535,11 @@ argument_statements	: statement '}'
 | 
				
			|||||||
			{
 | 
								{
 | 
				
			||||||
				$$ = $1;
 | 
									$$ = $1;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			| statements '}'
 | 
								| statements statement '}'
 | 
				
			||||||
			{
 | 
								{
 | 
				
			||||||
				$$ = $1;
 | 
									$$ = $1;
 | 
				
			||||||
 | 
									TAILQ_CONCAT($$, $2, entry);
 | 
				
			||||||
 | 
									free($2);
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%%
 | 
					%%
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user