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

Diff for /src/usr.bin/vim/Attic/cmdcmds.c between version 1.4 and 1.5

version 1.4, 1996/09/24 17:53:49 version 1.5, 1996/10/14 03:55:07
Line 287 
Line 287 
   
         /*          /*
          * First we copy the old text to its new location -- webb           * First we copy the old text to its new location -- webb
            * Also copy the flag that ":global" command uses.
          */           */
         if (u_save(n, n + 1) == FAIL)          if (u_save(n, n + 1) == FAIL)
                 return FAIL;                  return FAIL;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5