Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: Another _comp_options entry



_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