Date: Tue, 15 Jun 2010 21:58:40 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/bin/sh histedit.c Message-ID: <201006152158.o5FLwnbV086103@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-06-15 21:58:40 UTC
FreeBSD src repository
Modified files:
bin/sh histedit.c
Log:
SVN rev 209221 on 2010-06-15 21:58:40Z by jilles
sh: Add filename completion.
This uses the new libedit completion function with quoting support.
Unlike NetBSD, there is no 'set +o tabcomplete' option to disable
completion. I do not see any reason for such a special treatment, as
completion is rather useful and it is possible to do
bind ^I ed-insert
to disable completion and insert a tab character instead.
Submitted by: Guy Yur
Revision Changes Path
1.36 +4 -0 src/bin/sh/histedit.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006152158.o5FLwnbV086103>
