Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix unintentional history modifiers.
- X-seq: zsh-workers 39419
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Fix unintentional history modifiers.
- Date: Thu, 22 Sep 2016 13:46:47 -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=QnFmmE2tNOPSYGJy9reuuGsQvnREC77jIEuhx26wONA=; b=Y4IcRe56DcHB8Wf8p6B7RCR4r94rhtGadPCPh8h23mbsZJ/3tAPuNMHxzwauWn1wWB 8BH5VFa8Q8IpH1htuVXEYUa8D723CoRRDqOOHw8uwVprrGPE744zdUcXWrgE1sUbh5Fm uyDSoejCaMn4WpyYPxJlCXMPf4+msBXGexkTh+APir3Owo0KuDh/q3uAO584fgTjNFDJ yoFiEDTJAOFgXec8A+3OsGRdo5ubu+2YTnGmoHbezrB+4lVi+NsWw5gTU9jR4/IZfxOa QQboEQ06NfQTflGzcguWP3r5oXFog+EgjT3GlbGLy6lK+6uY7uKYIIojUXRHMhtiDWjd PIqw==
- In-reply-to: <20160922201403.GA32196@fujitsu.shahaf.local2>
- 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: <1474544597-13684-1-git-send-email-danielsh@fujitsu.shahaf.local2> <160922093445.ZM7021@torch.brasslantern.com> <20160922201403.GA32196@fujitsu.shahaf.local2>
On Sep 22, 8:14pm, Daniel Shahaf wrote:
}
} This doesn't explain why _dates worked: it had a parameter expansion in
} a single-quoted string.
Ah.
Well, remember that zstyles are sort of inverse lookups: You store them
with a pattern, and then look them up with a fixed string. So even if
the fixed string (from _dates in this case) is wrong, it might still
be matched by the pattern if that pattern was not specific enough.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author