Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Parse time options
- X-seq: zsh-users 21302
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Parse time options
- Date: Tue, 16 Feb 2016 13:11:08 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=TXbITnBvYxusHiSpEfA6DpsqJXGawNmljTHQfV3qV9M=; b=fUmTeZL0OE/iJAKQfNzFHTgoPHZSUelJJOKvcPuKa9EbXDBEZjWbnAfRJMMwNTJZsN Htoguzj+Pea4SpjK1cgSbcB5HwFUUYqfDZcbtc3NujFmSbxzGCJQeqWTJJBxUQTAwzqA 0F0jkfgCDifOln/t7J2nrndWACnXGhMsK6LAbg0LRsnz9YhnvVex6EP6CHzjrLvzPEMw F5GACkmM/cIqMZtCaKhT2pWnU4+GclMFI1YjAZr5FrJ0YnMY4UCG1tUymliJ/0zIbvPj E1odJpKepQuEpEPApcxYeWQe2VjYOgXOroHiqHj+ws2nDGHxFQ36d9U0NdW8J7/19L3U t8XQ==
- In-reply-to: <CAKc7PVAunW4fo2BmUw-mRpj0UcXsuAEh=N6s4FOk0nx_L-FS0A@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAunW4fo2BmUw-mRpj0UcXsuAEh=N6s4FOk0nx_L-FS0A@mail.gmail.com>
Turned out SH_GLOB has some parse-time traits, as it makes compilation
of opp plugin unsuccessful:
# zcompile opp.plugin.zsh
# setopt shglob
# zcompile opp.plugin.zsh
zsh: parse error near `CURSOR+1'
zcompile: can't read file: opp.plugin.zsh
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author