Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _ps1234, _date_formats: Complete strftime formats for %D{}
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?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author