Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _ps1234, _date_formats: Complete strftime formats for %D{}
- X-seq: zsh-workers 35736
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- Subject: Re: PATCH: _ps1234, _date_formats: Complete strftime formats for %D{}
- Date: Wed, 8 Jul 2015 16:42:29 +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=J8G9ytUlb2Dg2wfIoWdK/Nmth+fLtTdpmBFeAjzGCtw=; b=BPm17aOvOB1R6dljWRYL0foYEeN9e3G2Sby6WUivFQ8AtRMp/x09CCQsHdqxz1dZ+l O7bckT2aqUNDPyoym8M0uYyjhxbWgva8s5NumS4/gpBSN5U10ZE1/3ox4doy8Lk+zgdp UGYDlOqOc0gLFYyaWMNq5zgz3vtATcAl8sDdYv+spz3R7ZKN133UVvE8URLrgH0FIafW 4qMVtuQHpvdJDT+CAn/GYnHLaViW1VXg4e/EoyQLCxcxtn0IQGgPhVHpYvl0BNxnWwqW kXi3Fm9NDJP74PKdAf6ODGoGnQcQX3IMp44KOfwpCqpl5f4otena2ICHfUYyNpMaUWTb 741Q==
- In-reply-to: <97E3F4A3-6951-4848-8711-B8BD609BA79D@kba.biglobe.ne.jp>
- 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: <1436143012-9243-1-git-send-email-mikachu@gmail.com> <4740.1436181110@thecus.kiddle.eu> <97E3F4A3-6951-4848-8711-B8BD609BA79D@kba.biglobe.ne.jp>
On Wed, Jul 8, 2015 at 4:02 PM, Jun T. <takimoto-j@xxxxxxxxxxxxxxxxx> wrote:
>
> 2015/07/06 20:11, Oliver Kiddle <okiddle@xxxxxxxxxxx> wrote:
>
>> +exclusion=(
>> + 'E' '[-_^#cCgGxXyY]'
>> + 'O' '[-_^#BdeHImMSuUVwWy]'
>
> man strftime(3) says:
>
> Between the '%' character and the conversion specifier character,
> an optional flag and field width may be specified. (These precede
> the E or O modifiers, if present.)
>
> Here, the flag is one of - _ 0 ^ #. So Isn't it better to omit the
> flags - _ ^ # from the exclusion above?
I've also just noticed that completion after %D\{%\# and \^ doesn't
work, but single-quoted is fine.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author