Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Rewrite of RI (Ruby documentation browser) completion
- X-seq: zsh-workers 27389
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Alexey I. Froloff" <raorn@xxxxxxxxxxxx>, zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Rewrite of RI (Ruby documentation browser) completion
- Date: Wed, 11 Nov 2009 08:21:40 -0800
- In-reply-to: <20091111142741.GO11910@xxxxxxxxxxxx>
- 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: <200910020842.n928gq54006094@xxxxxxxxxxxxxx> <1257692913-22779-1-git-send-email-raorn@xxxxxxxxxxxx> <20091111142741.GO11910@xxxxxxxxxxxx>
Looking at zsh-workers/27367 in the archive ...
What's up with the following hunk -- why was "cur" dropped? Localizing
curcontext is boilerplate completion code.
-local curcontext="$curcontext" state line ret=1
+local context="$curcontext" state line ret=1
The rest looks OK, so I'll commit without that one change, but someone
else should test.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author