Date: Tue, 15 Jun 2010 22:23:21 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libedit filecomplete.c Message-ID: <201006152223.o5FMNbc0089021@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-06-15 22:23:21 UTC
FreeBSD src repository
Modified files:
lib/libedit filecomplete.c
Log:
SVN rev 209224 on 2010-06-15 22:23:21Z by jilles
libedit: Reduce surprising behaviour with filename completion some more:
* Quote '*', '?' and '['. While it may be more useful to expand them to
matching pathnames, this at least matches with the completion we do.
* '@' is a regular character for filenames. Some other shells do
@<hostname> completion but we do not.
* Prefix names starting with '-' and '+' with './' so they are not seen as
options.
Revision Changes Path
1.4 +7 -3 src/lib/libedit/filecomplete.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006152223.o5FMNbc0089021>
