diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-15 08:08:14 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-15 08:08:14 +0000 |
commit | e00265d28cc6652a8217ee1b507193a110c7dbca (patch) | |
tree | 37431671f899e5f2f7959032c3a528e27ad01d83 /usr.bin/vim/cmdline.c | |
parent | de6943fa3102c4cbd9f90ce346e14acf51fc66d4 (diff) |
sync with the, uh, real 4.5 release.
Diffstat (limited to 'usr.bin/vim/cmdline.c')
-rw-r--r-- | usr.bin/vim/cmdline.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/vim/cmdline.c b/usr.bin/vim/cmdline.c index 9c0ce156ad0..dd5c11fa02c 100644 --- a/usr.bin/vim/cmdline.c +++ b/usr.bin/vim/cmdline.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmdline.c,v 1.5 1996/10/14 03:55:08 downsj Exp $ */ +/* $OpenBSD: cmdline.c,v 1.6 1996/10/15 08:07:49 downsj Exp $ */ /* vi:set ts=4 sw=4: * * VIM - Vi IMproved by Bram Moolenaar @@ -2529,9 +2529,11 @@ donextfile: if (i < 0 || i >= arg_count) msg(p); break; +#if 0 case CMD_mfstat: /* print memfile statistics, for debugging */ mf_statistics(); break; +#endif case CMD_read: if (usefilter) /* :r!cmd */ |