CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/11/19 00:53:31
Modified files:
usr.bin/vi/build: Makefile
usr.bin/vi/common: common.h exf.c msg.c screen.h search.c
usr.bin/vi/docs: help
usr.bin/vi/docs/USD.doc/vi.man: vi.1
usr.bin/vi/ex : ex.h ex_cmd.c ex_display.c ex_init.c ex_subst.c
ex_tag.c tag.h
usr.bin/vi/include: ex_def.h ex_extern.h
Removed files:
usr.bin/vi/ex : ex_cscope.c
Log message:
Remove cscope support in vi.
It makes no sense to keep support for a non-base tool in base, especially
for a feature that few if any people use.