[BACK]Return to cmd-parse.y CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/cmd-parse.y between version 1.37 and 1.38

version 1.37, 2021/08/20 20:08:30 version 1.38, 2021/08/21 14:06:17
Line 871 
Line 871 
                         cmd_list_free(current);                          cmd_list_free(current);
                         return;                          return;
                 }                  }
                 cmd_list_move(current, add);                  cmd_list_append_all(current, add);
                 cmd_list_free(add);                  cmd_list_free(add);
         }          }
         if (current != NULL) {          if (current != NULL) {

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38