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

Diff for /src/usr.bin/vim/Attic/cmdline.c between version 1.5 and 1.6

version 1.5, 1996/10/14 03:55:08 version 1.6, 1996/10/15 08:07:49
Line 2529 
Line 2529 
                                         msg(p);                                          msg(p);
                                 break;                                  break;
   
   #if 0
                 case CMD_mfstat:                /* print memfile statistics, for debugging */                  case CMD_mfstat:                /* print memfile statistics, for debugging */
                                 mf_statistics();                                  mf_statistics();
                                 break;                                  break;
   #endif
   
                 case CMD_read:                  case CMD_read:
                                 if (usefilter)                                  /* :r!cmd */                                  if (usefilter)                                  /* :r!cmd */

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