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

Diff for /src/usr.bin/tmux/cmd-set-option.c between version 1.117 and 1.118

version 1.117, 2017/06/23 15:36:52 version 1.118, 2017/09/07 13:18:44
Line 190 
Line 190 
         /* Change the option. */          /* Change the option. */
         if (args_has(args, 'u')) {          if (args_has(args, 'u')) {
                 if (o == NULL)                  if (o == NULL)
                         goto fail;                          goto out;
                 if (idx == -1) {                  if (idx == -1) {
                         if (oo == global_options ||                          if (oo == global_options ||
                             oo == global_s_options ||                              oo == global_s_options ||

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118