Subject: CVS commit: src/usr.bin/vi/vi
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 09/06/2005 21:21:25
Module Name:	src
Committed By:	aymeric
Date:		Tue Sep  6 21:21:25 UTC 2005

Modified Files:
	src/usr.bin/vi/vi: v_ex.c

Log Message:
when reading an ex command within visual mode with v_tcmd(), check that
the termination value of v_tcmd() is alright. Abort the command otherwise.
Until the next commit in vi/v_txt.c, this is a noop.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/usr.bin/vi/vi/v_ex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.