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

Diff for /src/usr.bin/vim/Attic/ops.c between version 1.2 and 1.3

version 1.2, 1996/09/21 06:23:13 version 1.3, 1996/10/14 03:55:22
Line 755 
Line 755 
                 /* replace the line */                  /* replace the line */
                         ml_replace(curwin->w_cursor.lnum, newp, FALSE);                          ml_replace(curwin->w_cursor.lnum, newp, FALSE);
                 }                  }
   
                 curwin->w_cursor.lnum = lnum;                  curwin->w_cursor.lnum = lnum;
                   adjust_cursor();
   
                 CHANGED;                  CHANGED;
                 updateScreen(VALID_TO_CURSCHAR);                  updateScreen(VALID_TO_CURSCHAR);
                 op_line_count = 0;              /* no lines deleted */                  op_line_count = 0;              /* no lines deleted */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3