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

Diff for /src/usr.bin/tmux/cmd-find.c between version 1.57 and 1.58

version 1.57, 2017/08/30 10:33:57 version 1.58, 2018/01/15 15:27:03
Line 588 
Line 588 
   
         /* Try special characters. */          /* Try special characters. */
         if (strcmp(pane, "!") == 0) {          if (strcmp(pane, "!") == 0) {
                 if (fs->w->last == NULL)  
                         return (-1);  
                 fs->wp = fs->w->last;                  fs->wp = fs->w->last;
                 if (fs->wp == NULL)                  if (fs->wp == NULL)
                         return (-1);                          return (-1);

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58