Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/vi/ex
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.
Home |
Main Index |
Thread Index |
Old Index