Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Another _comp_options entry
- X-seq: zsh-workers 13118
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: Another _comp_options entry
- Date: Sun, 5 Nov 2000 03:08:53 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
_path_files gets pretty confused if bareglobqual isn't set. What worries me
is that if someone actually is using nobareglobal, _path_files may attempt
to merge its list of qualifiers with something the user didn't intend to
have treated as qualifiers.
Index: Completion/Core/compinit
===================================================================
@@ -123,6 +123,7 @@
# The standard options set in completion functions.
_comp_options=(
+ bareglobqual
nullglob
rcexpandparam
extendedglob
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author