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

Diff for /src/usr.bin/mg/match.c between version 1.18 and 1.19

version 1.18, 2015/03/19 21:22:15 version 1.19, 2015/06/03 23:40:01
Line 81 
Line 81 
   
         /*          /*
          * Move behind the inserted character.  We are always guaranteed           * Move behind the inserted character.  We are always guaranteed
          * that there is at least one character on the line, since one was           * that there is at least one character on the line.
          * just self-inserted by blinkparen.  
          */           */
         clp = curwp->w_dotp;          clp = curwp->w_dotp;
         cbo = curwp->w_doto - 1;          cbo = curwp->w_doto - 1;

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