Subject: CVS commit: src/bin/ksh
To: None <source-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 08/26/2003 07:28:41
Module Name: src
Committed By: wiz
Date: Tue Aug 26 07:28:41 UTC 2003
Modified Files:
src/bin/ksh: edit.c
Log Message:
From OpenBSD:
revision 1.18
date: 2003/08/22 18:17:10; author: fgsch; state: Exp; lines: +2 -2
in word location, fix forward scanning so it correctly account for any
escaped char and not only spaces.
for "foo (bar.a)" and "foo (bar a)", cd foo\ \(bar.<tab> will correctly
expand to foo\ \(bar.a\).
otto@ and pval@ ok.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/bin/ksh/edit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.