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

Re: Completion in command position



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