Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "_alternative:shift:14: shift count must be <= $#" with zsh-5.0.8
- X-seq: zsh-workers 35571
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Markus Trippelsdorf <markus@xxxxxxxxxxxxxxx>
- Subject: Re: "_alternative:shift:14: shift count must be <= $#" with zsh-5.0.8
- Date: Tue, 23 Jun 2015 12:25:20 +0200
- Cc: zsh workers <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kzAaf42+zowtBQC6aWRYG7MxUgB9bywztHuWnxbvyVs=; b=GltyoxwVJuNemvKs83vDmi+T8UvnydggwYToWRQfMv2R7fbKvE9XPta+Blhm+c/EqW Y39MH5ooDkuHnFWlOQPx9wFVyEJNutkXFsz5/GA33eZDvMeOzrOh6X3m70ScWXcTVxLC 4zLtQe8AKVboD1fCNJ29ljzl1REVwfL2SSLvbvwopPIE1mHyR4nm1d8Ov8HFJ53nPikH ZDJlSC97gl5z7/0u2Iri56FxbVGct1KSL42IOnQusRo3aAM6Ps0yz1B2idnt1+tP7C5r E6jH9tJAgd5JHNMBd1QSYv83MSMfCjQdy9zOmFHe0q+kzX9BwFPMtGHfak/Urz6Ztv0r P+UA==
- In-reply-to: <20150623071613.GA398@x4>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20150623071613.GA398@x4>
On Tue, Jun 23, 2015 at 9:16 AM, Markus Trippelsdorf
<markus@xxxxxxxxxxxxxxx> wrote:
> Since the update to zsh-5.0.8 I observe the following issue:
>
> markus@x4 ~ % /var/tmp
> markus@x4 tmp % cd <press tab key>
> _alternative:shift:14: shift count must be <= $#
> markus@x4 tmp % cd cxx-abi
> markus@x4 cxx-abi % ..
> markus@x4 tmp % cd cxx <press tab key>
> _tags:comptags:67: no tags registered
> _tags:comptags:67: no tags registered
>
> zsh-5.0.7 is fine.
If you're using GLOB_ASSIGN, you'll have to disable it until the next
release, or go back to .7, there's a bug that has been fixed causing
completion to not work if that option is set. If you're not, then this
is a new bug.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author