From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25373 invoked from network); 13 Feb 2001 00:19:22 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 13 Feb 2001 00:19:22 -0000 Received: (qmail 19977 invoked by alias); 13 Feb 2001 00:19:15 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 13457 Received: (qmail 19965 invoked from network); 13 Feb 2001 00:19:12 -0000 From: "Bart Schaefer" Message-Id: <010212161814.ZM24391@candle.brasslantern.com> Date: Mon, 12 Feb 2001 16:18:14 -0800 In-Reply-To: <20010212204147.A31828@thelonious.new.ox.ac.uk> Comments: In reply to Adam Spiers "bug in directory completion with tilde expansion?" (Feb 12, 8:41pm) References: <20010212204147.A31828@thelonious.new.ox.ac.uk> X-Mailer: Z-Mail Lite (5.0.0 30July97) To: Adam Spiers , zsh workers mailing list Subject: PATCH: 3.1.9-dev-8: `setopt noglob' breaks completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Index: Completion/Core/compinit =================================================================== --- Completion/Core/compinit 2001/01/16 17:17:57 1.72 +++ Completion/Core/compinit 2001/02/13 00:12:34 @@ -124,6 +124,7 @@ # The standard options set in completion functions. _comp_options=( + glob bareglobqual nullglob rcexpandparam