From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21041 invoked by alias); 23 Jun 2015 07:23:01 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35570 Received: (qmail 2523 invoked from network); 23 Jun 2015 07:22:56 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud10.udmedia.de; h= date:from:to:subject:message-id:mime-version:content-type; s= beta; bh=PzBMOXN0A7KrcEQWk85G7gtdcnkCSbR8Lunw1ibnvyc=; b=kN/JdLk S6MCcmGZJf/foUbR0uvzWAXyaphPaNVigkDKXYAArS1gklKYQ09w8dmvjYGb36QJ OG7o5qvZhWq+Eoz/omjsZU6IZzRONdpwIKaGVBKFbme0n8ASkETcz7ItsEGAx655 /4DwNAol/mnhFQvfk8CVZgHCbllFBSJo8ItQ= Date: Tue, 23 Jun 2015 09:16:13 +0200 From: Markus Trippelsdorf To: zsh-workers@zsh.org Subject: "_alternative:shift:14: shift count must be <= $#" with zsh-5.0.8 Message-ID: <20150623071613.GA398@x4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Since the update to zsh-5.0.8 I observe the following issue: markus@x4 ~ % /var/tmp markus@x4 tmp % cd _alternative:shift:14: shift count must be <= $# markus@x4 tmp % cd cxx-abi markus@x4 cxx-abi % .. markus@x4 tmp % cd cxx _tags:comptags:67: no tags registered _tags:comptags:67: no tags registered zsh-5.0.7 is fine. -- Markus