Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [zsh 4.0.1 bug] filename completion
- X-seq: zsh-users 3953
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: [zsh 4.0.1 bug] filename completion
- Date: Tue, 26 Jun 2001 15:29:30 +0200 (MET DST)
- In-reply-to: <20010626152817.B20366@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Vincent Lefevre wrote:
> On Tue, Jun 26, 2001 at 13:18:59 +0200, Sven Wischnowsky wrote:
> > Something like this:
> 
> Thanks.
> 
> >   c.() {
> >     setopt localoptions nocdablevars # if you want that...
> >     local CDPATH
> >     cd $*
> >   }
> 
> I think I should use "$@" instead of $*.
In terms of sh/ksh/bash-compatibility, yes.  But for zsh it will give
you the same unless you have shwordsplit set.
Bye
  Sven
-- 
Sven Wischnowsky                         wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author