Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: quoting question
- X-seq: zsh-users 29238
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: linuxtechguy@xxxxxxxxx
- Cc: zsh <zsh-users@xxxxxxx>
- Subject: Re: quoting question
- Date: Tue, 12 Sep 2023 20:41:27 -0700
- Archived-at: <https://zsh.org/users/29238>
- In-reply-to: <CA+rB6G+DHuy5h3m6frkCaqr0BtkhVASUee9=3=H0nG_BxGsFYw@mail.gmail.com>
- List-id: <zsh-users.zsh.org>
- References: <CA+rB6GK9_BvEWc7LzO46rTdBx9L4aBP1YPgaCSruP-mG5wQdLA@mail.gmail.com> <CAH+w=7bAU3GJAMzTsaKKFs7S9fh2+Q_8wbqHR4=aU1HJXwXGUQ@mail.gmail.com> <CA+rB6G+DHuy5h3m6frkCaqr0BtkhVASUee9=3=H0nG_BxGsFYw@mail.gmail.com>
On Tue, Sep 12, 2023 at 7:51 PM Jim <linux.tech.guy@xxxxxxxxx> wrote:
>
> Unless I misunderstood, adding 'setopt ignorebraces' to the function, returned the
> same results as it did without it. Don't know if that helps, or confuses things more.
You have to setopt ignorebraces before you define the datetimetest
function. Otherwise the internals of the function have already been
parsed and the behavior doesn't change.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author