Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion in command position
- X-seq: zsh-workers 11845
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Completion in command position
- Date: Fri, 9 Jun 2000 10:04:29 -0700
- In-reply-to: <0FVW0007CAI7JI@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <0FVW0007CAI7JI@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jun 9, 5:15pm, Peter Stephenson wrote:
> Subject: Completion in command position
> ... is giving me things like this:
>
> % ./MA<TAB>
> _path_files:322: bad pattern: ./MA*(-/) *(-*)
Try changing
tmp1=( $~tmp1 )
to
tmp1=( $=~tmp1 )
It may actually be a bug in compfiles, so I'm going to let Sven commit
whatever is really the right fix.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author