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

Modified Files:
	src/usr.bin/vi/ex: ex_argv.c

Log Message:
From code inspection, nvi had the undocumented and non-working functionality
of ignoring alphanumerical and blank characters from the shellmeta option.
The former code was using a character pointed to by a pointer as a boolean
to check whether to enable this functionality, but in the meantime the pointer
was used for something else. Introduce a variable for this boolean so that
the functionality actually works.


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

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