Changing all of the occurences of the "vi" and "ex" directory to "vi.d"
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Fri, 28 Jan 1994 01:53:56 +0000 (01:53 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Fri, 28 Jan 1994 01:53:56 +0000 (01:53 +0000)
commit18ae9d6b8553b93a6435bd4f4ae288666d0d0ac2
tree13f81653e57edd031ec327d9190c1814b4094375
parent64f2b03c13977859b98d9e71e0dd02b7f6282dea
Changing all of the occurences of the "vi" and "ex" directory to "vi.d"
and "ex.d". This should prevent the problems with the "make cleandir"
and also with a make without a previous "make obj".
93 files changed:
usr.bin/vi/Makefile
usr.bin/vi/nex/ex.c [new file with mode: 0644]
usr.bin/vi/nex/ex_abbrev.c [new file with mode: 0644]
usr.bin/vi/nex/ex_append.c [new file with mode: 0644]
usr.bin/vi/nex/ex_args.c [new file with mode: 0644]
usr.bin/vi/nex/ex_argv.c [new file with mode: 0644]
usr.bin/vi/nex/ex_at.c [new file with mode: 0644]
usr.bin/vi/nex/ex_bang.c [new file with mode: 0644]
usr.bin/vi/nex/ex_cd.c [new file with mode: 0644]
usr.bin/vi/nex/ex_delete.c [new file with mode: 0644]
usr.bin/vi/nex/ex_digraph.c [new file with mode: 0644]
usr.bin/vi/nex/ex_display.c [new file with mode: 0644]
usr.bin/vi/nex/ex_edit.c [new file with mode: 0644]
usr.bin/vi/nex/ex_equal.c [new file with mode: 0644]
usr.bin/vi/nex/ex_exit.c [new file with mode: 0644]
usr.bin/vi/nex/ex_file.c [new file with mode: 0644]
usr.bin/vi/nex/ex_global.c [new file with mode: 0644]
usr.bin/vi/nex/ex_init.c [new file with mode: 0644]
usr.bin/vi/nex/ex_join.c [new file with mode: 0644]
usr.bin/vi/nex/ex_map.c [new file with mode: 0644]
usr.bin/vi/nex/ex_mark.c [new file with mode: 0644]
usr.bin/vi/nex/ex_mkexrc.c [new file with mode: 0644]
usr.bin/vi/nex/ex_move.c [new file with mode: 0644]
usr.bin/vi/nex/ex_open.c [new file with mode: 0644]
usr.bin/vi/nex/ex_preserve.c [new file with mode: 0644]
usr.bin/vi/nex/ex_print.c [new file with mode: 0644]
usr.bin/vi/nex/ex_put.c [new file with mode: 0644]
usr.bin/vi/nex/ex_read.c [new file with mode: 0644]
usr.bin/vi/nex/ex_screen.c [new file with mode: 0644]
usr.bin/vi/nex/ex_script.c [new file with mode: 0644]
usr.bin/vi/nex/ex_set.c [new file with mode: 0644]
usr.bin/vi/nex/ex_shell.c [new file with mode: 0644]
usr.bin/vi/nex/ex_shift.c [new file with mode: 0644]
usr.bin/vi/nex/ex_source.c [new file with mode: 0644]
usr.bin/vi/nex/ex_stop.c [new file with mode: 0644]
usr.bin/vi/nex/ex_subst.c [new file with mode: 0644]
usr.bin/vi/nex/ex_tag.c [new file with mode: 0644]
usr.bin/vi/nex/ex_undo.c [new file with mode: 0644]
usr.bin/vi/nex/ex_usage.c [new file with mode: 0644]
usr.bin/vi/nex/ex_util.c [new file with mode: 0644]
usr.bin/vi/nex/ex_version.c [new file with mode: 0644]
usr.bin/vi/nex/ex_visual.c [new file with mode: 0644]
usr.bin/vi/nex/ex_write.c [new file with mode: 0644]
usr.bin/vi/nex/ex_yank.c [new file with mode: 0644]
usr.bin/vi/nex/ex_z.c [new file with mode: 0644]
usr.bin/vi/nex/excmd.c [new file with mode: 0644]
usr.bin/vi/nex/excmd.h.stub [new file with mode: 0644]
usr.bin/vi/nex/filter.c [new file with mode: 0644]
usr.bin/vi/nex/script.h [new file with mode: 0644]
usr.bin/vi/nex/tag.h [new file with mode: 0644]
usr.bin/vi/nvi/getc.c [new file with mode: 0644]
usr.bin/vi/nvi/v_again.c [new file with mode: 0644]
usr.bin/vi/nvi/v_at.c [new file with mode: 0644]
usr.bin/vi/nvi/v_ch.c [new file with mode: 0644]
usr.bin/vi/nvi/v_delete.c [new file with mode: 0644]
usr.bin/vi/nvi/v_ex.c [new file with mode: 0644]
usr.bin/vi/nvi/v_exit.c [new file with mode: 0644]
usr.bin/vi/nvi/v_exmode.c [new file with mode: 0644]
usr.bin/vi/nvi/v_filter.c [new file with mode: 0644]
usr.bin/vi/nvi/v_increment.c [new file with mode: 0644]
usr.bin/vi/nvi/v_init.c [new file with mode: 0644]
usr.bin/vi/nvi/v_join.c [new file with mode: 0644]
usr.bin/vi/nvi/v_left.c [new file with mode: 0644]
usr.bin/vi/nvi/v_mark.c [new file with mode: 0644]
usr.bin/vi/nvi/v_match.c [new file with mode: 0644]
usr.bin/vi/nvi/v_ntext.c [new file with mode: 0644]
usr.bin/vi/nvi/v_paragraph.c [new file with mode: 0644]
usr.bin/vi/nvi/v_put.c [new file with mode: 0644]
usr.bin/vi/nvi/v_redraw.c [new file with mode: 0644]
usr.bin/vi/nvi/v_replace.c [new file with mode: 0644]
usr.bin/vi/nvi/v_right.c [new file with mode: 0644]
usr.bin/vi/nvi/v_screen.c [new file with mode: 0644]
usr.bin/vi/nvi/v_scroll.c [new file with mode: 0644]
usr.bin/vi/nvi/v_search.c [new file with mode: 0644]
usr.bin/vi/nvi/v_section.c [new file with mode: 0644]
usr.bin/vi/nvi/v_sentence.c [new file with mode: 0644]
usr.bin/vi/nvi/v_shift.c [new file with mode: 0644]
usr.bin/vi/nvi/v_status.c [new file with mode: 0644]
usr.bin/vi/nvi/v_stop.c [new file with mode: 0644]
usr.bin/vi/nvi/v_switch.c [new file with mode: 0644]
usr.bin/vi/nvi/v_tag.c [new file with mode: 0644]
usr.bin/vi/nvi/v_text.c [new file with mode: 0644]
usr.bin/vi/nvi/v_ulcase.c [new file with mode: 0644]
usr.bin/vi/nvi/v_undo.c [new file with mode: 0644]
usr.bin/vi/nvi/v_util.c [new file with mode: 0644]
usr.bin/vi/nvi/v_word.c [new file with mode: 0644]
usr.bin/vi/nvi/v_xchar.c [new file with mode: 0644]
usr.bin/vi/nvi/v_yank.c [new file with mode: 0644]
usr.bin/vi/nvi/v_z.c [new file with mode: 0644]
usr.bin/vi/nvi/vcmd.c [new file with mode: 0644]
usr.bin/vi/nvi/vcmd.h [new file with mode: 0644]
usr.bin/vi/nvi/vi.c [new file with mode: 0644]
usr.bin/vi/svi/svi_util.c