Subject: CVS commit: src/bin/sh
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 05/07/2005 19:52:17
Module Name: src
Committed By: dsl
Date: Sat May 7 19:52:17 UTC 2005
Modified Files:
src/bin/sh: histedit.c options.h sh.1
Log Message:
If 'set -o tabcomplete' it set, then bind <tab> to the libedit filename
completion function.
Note that the libedit code will probably want fine-tuning!
While editing the man page, add a note that non-whitespace IFS chars are
terminators and can generate null arguments.
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 src/bin/sh/histedit.c
cvs rdiff -r1.17 -r1.18 src/bin/sh/options.h
cvs rdiff -r1.78 -r1.79 src/bin/sh/sh.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.