mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Oops, removed too much in last change.
This commit is contained in:
		@@ -90,8 +90,10 @@ cmd_show_options_exec(struct cmd *self, struct cmdq_item *item)
 | 
				
			|||||||
	struct options_entry		*o;
 | 
						struct options_entry		*o;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	window = (self->entry == &cmd_show_window_options_entry);
 | 
						window = (self->entry == &cmd_show_window_options_entry);
 | 
				
			||||||
	if (args->argc == 0)
 | 
						if (args->argc == 0) {
 | 
				
			||||||
 | 
							options_scope_from_flags(args, window, fs, &oo, &cause);
 | 
				
			||||||
		return (cmd_show_options_all(self, item, oo));
 | 
							return (cmd_show_options_all(self, item, oo));
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
	argument = format_single(item, args->argv[0], c, s, wl, NULL);
 | 
						argument = format_single(item, args->argv[0], c, s, wl, NULL);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	name = options_match(argument, &idx, &ambiguous);
 | 
						name = options_match(argument, &idx, &ambiguous);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user