[BACK]Return to tags.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/tags.c between version 1.17 and 1.18

version 1.17, 2022/01/28 06:18:41 version 1.18, 2022/12/26 19:16:02
Line 463 
Line 463 
         odoto = curwp->w_doto;          odoto = curwp->w_doto;
         odotline = curwp->w_dotline;          odotline = curwp->w_dotline;
   
         /* Move backword unless we are at the beginning of a word or at          /* Move backward unless we are at the beginning of a word or at
          * beginning of line.           * beginning of line.
          */           */
         if (!atbow())          if (!atbow())

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18