Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [BUG] quoting within bracket patterns has no effect
- X-seq: zsh-workers 37694
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: [BUG] quoting within bracket patterns has no effect
- Date: Tue, 19 Jan 2016 10:41:33 -0800
- 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:content-type; bh=IrXAePmpXDGsr9O5oRWvlRbt4kA25QP/rAoRUXFCW5I=; b=Wdy4/JYeyYwj3v43PUt9tINIunAr1bpBDWHkXTEfj21M0HryrE8uYdfUnr7Vl2OMxf esq+0RKAUsGygskkoAVzj6GzFBbWkncThQ2AlXHiBGffARHIkWlSMA7TssIWlvlC+RsA 7YM9fOQY4uD3jkA1QYBNPmesEZDNN6XR2OpMSyy/KEjggHIL8P8BWU1WIZyUdY/IbeoX OMtw3BSDTB7qzqW3v3RcpC9vTldkkokPEhQcIL4+xQXeKfmcuwGskzsnmqjSvk63U/IG vJbJb9qtKYu0pc6R3PgPEeOTjz3Nk7C11cx/FC52uNVQEBLHqgag8j1mqWu4d4FFvTls GIxw==
- In-reply-to: <20160119160344.001b4d2a@pwslap01u.europe.root.pri>
- 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: <569C68AB.2010806@inlv.org> <20160118172434.2fb7d5b9@pwslap01u.europe.root.pri> <20160119160344.001b4d2a@pwslap01u.europe.root.pri>
On Jan 19, 4:03pm, Peter Stephenson wrote:
} Subject: Re: [BUG] quoting within bracket patterns has no effect
}
} -Incompatibilities between 5.1 and 5.2
} +Incompatibilities between 5.2 and 5.3
} -------------------------------------
}
} -mod_export char ztokens[] = "#$^*(())$=|{}[]`<>>?~`,-'\"\\\\";
} +mod_export char ztokens[] = "#$^*(())$=|{}[]`<>>?~`,-!'\"\\\\";
Just a reminder that this needs a bump in the -dev suffix in version.mk --
otherwise, zcompile'd functions will misbehave.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author