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

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

version 1.2, 1996/09/21 06:23:10 version 1.3, 1996/09/22 01:18:04
Line 1459 
Line 1459 
                 MSG_OUTSTR("Warning: Changing a readonly file");                  MSG_OUTSTR("Warning: Changing a readonly file");
                 msg_clr_eos();                  msg_clr_eos();
                 (void)msg_end();                  (void)msg_end();
                   flushbuf();
                 mch_delay(1000L, TRUE); /* give him some time to think about it */                  mch_delay(1000L, TRUE); /* give him some time to think about it */
                 curbuf->b_did_warn = TRUE;                  curbuf->b_did_warn = TRUE;
         }          }

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