Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Resolving absolute path of named directory
- X-seq: zsh-workers 31000
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Resolving absolute path of named directory
- Date: Sat, 26 Jan 2013 14:20:25 -0800
- In-reply-to: <20130123191901.76a2b366@pws-pc.ntlworld.com>
- 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: <CABZhJg9s03XqHkxgehAF+pVsZHfwz+0tw5T7jyLc8uM0=_LNNA@mail.gmail.com> <20130122101440.GA8372@picard.franken.de> <CABZhJg8zN5pOZnLHowxUpu+rXm3JzwhbWRdm3xfhE=RzBNDP6g@mail.gmail.com> <20130122194559.0d59be6e@pws-pc.ntlworld.com> <20130123191901.76a2b366@pws-pc.ntlworld.com>
On Jan 23, 7:19pm, Peter Stephenson wrote:
}
} +example(expand-dir() {
} + REPLY=${~1}
} + REPLY=${REPLY:a}
} +}
Since applying this patch, contrib.yo will not build:
contrib.yo:2519: No macro: dir(...)
I'll commit the trivial fix to change it to expand-dir+LPAR()RPAR()
--
Barton E. Schaefer
Messages sorted by:
Reverse Date,
Date,
Thread,
Author