[BACK]Return to cmd-show-options.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-show-options.c between version 1.50 and 1.51

version 1.50, 2019/05/12 18:16:33 version 1.51, 2019/05/12 18:18:30
Line 90 
Line 90 
         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);

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51