From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8838 invoked from network); 29 May 2000 02:42:47 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 29 May 2000 02:42:47 -0000 Received: (qmail 11456 invoked by alias); 29 May 2000 02:42:32 -0000 Mailing-List: contact zsh-users-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3087 Received: (qmail 11449 invoked from network); 29 May 2000 02:42:30 -0000 From: "Bart Schaefer" Message-Id: <1000529024225.ZM28699@candle.brasslantern.com> Date: Mon, 29 May 2000 02:42:25 +0000 In-Reply-To: <20000528184811.A30691@alex.caltech.edu> Comments: In reply to David Bustos "Re: Menu-completion for particular commands" (May 28, 6:48pm) References: <20000528154750.A2967@alex.caltech.edu> <1000529001258.ZM28486@candle.brasslantern.com> <20000528184811.A30691@alex.caltech.edu> X-Mailer: Z-Mail (5.0.0 30July97) To: zsh-users@sunsite.auc.dk Subject: Re: Menu-completion for particular commands MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 28, 6:48pm, David Bustos wrote: } Subject: Re: Menu-completion for particular commands } } On Mon, May 29, 2000 at 12:12:58AM +0000, Bart Schaefer wrote: } > } > zsh% zstyle ':completion::complete:(g|)vim::default' menu true } This didn't work immediately. ':completion:*:(g|)vim:*' did, though. Hmm, the documentation appears to be fibbing about the `default' tag. You only need one of those `*', though: zstyle ':completion::complete:(g|)vim::*' menu true -- 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