[net.bugs.4bsd] Bug in vi '.' command

hopp@nbs-amrf.UUCP (Ted Hopp) (04/10/85)

Bug:

	vi re-do (.) doesn't remember the argument to delete correctly.
	Specifically, d<n>G (where <n> is any integer) deletes from the
	current line to line <n>.  Re-do forgets about the <n> and
	executes dG (deletes from current line to end of file).

Repeat by:

	create a file several lines long, go to the middle and
	type: d1G
	then go to the middle again and type: .
	vi deletes to end of file

Fix:

	?

(We are running under Eunice 3.2 [a.k.a. 4.1BSD]).
-- 

Ted Hopp	{seismo,umcp-cs}!nbs-amrf!hopp