CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/11/14 13:26:13
Modified files:
usr.bin/vi/build: Makefile
usr.bin/vi/common: gs.h
usr.bin/vi/docs: help
usr.bin/vi/ex : ex_cmd.c
usr.bin/vi/include: ex_def.h ex_extern.h
Removed files:
usr.bin/vi/ex : ex_tcl.c
Log message:
from natano:
The 'tcl' command in vi does nothing, except to print the message
"Vi was not loaded with a Tcl interpreter". Printing the standard
message for unknown commands would be equally descriptive with the
benefit of reducing code size.