Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] removal of redundant left square bracket in _subscript
- X-seq: zsh-workers 38220
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] removal of redundant left square bracket in _subscript
- Date: Tue, 29 Mar 2016 15:43:51 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=XpI1LM/keTUJyWBQxvB/jBlYySkmKLbHZfMkopxZgAo=; b=NWXx/8VkhRAMLQ/dLrAv35X3XElj4rgmBub2eCfR97uL5RsJmzZK40sXAXnTFyDJ3e HkslMtgVBzrwfvJHONG0416zCSTLA5lTOgGW4DWlUB32jZ0+xoDZp5zDKWsi7fZ6tPDZ Rg93AQEaYbvniQo9ZgL451gPcDIlCVN+wyrCXrKjSxHga2Y2iPPSA7YDqr2vjfjkZcY0 1eGg9ortWnL8ZUdOm/9H2x/0DpbTiB7i9IHrfdd+X2xkyh0SIfwyYINj1LoaeAJHYg6p hiwbkbtfe1EsjbCHH9Sy6TK8bJTpO/xJ1smBATsCtwLbVw9VGURLKqlBTegapoDZWG2g V28A==
- In-reply-to: <20160329075011.GA16494@localhost.localdomain>
- 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: <20160329075011.GA16494@localhost.localdomain>
On Mar 29, 3:50pm, Han Pingtian wrote:
}
} Looks like there is a redundant left square bracket in _subscript.
Yep, character class contains '[' twice. Harmless but redundant.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author