Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: _argument, a repeated local, again
- X-seq: zsh-workers 8732
- From: Alexandre Duret-Lutz <alexandre.duret@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: _argument, a repeated local, again
- Date: 22 Nov 1999 19:35:56 +0000
- Cc: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- In-reply-to: Alexandre Duret-Lutz's message of "22 Nov 1999 17:59:07 +0000"
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <7dpux2wgpg.fsf@xxxxxxxxx>
- Sender: aduret@xxxxxxxxx
>>> "AD" == Alexandre Duret-Lutz <alexandre.duret@xxxxxxxxxxxxxx> writes:
[...]
AD> --- _arguments.old Mon Nov 22 17:49:39 1999
AD> +++ _arguments Mon Nov 22 17:52:13 1999
^^ hoh, I am sorry I messed this :(
[...]
>>> "BS" == Bart Schaefer <schaefer@xxxxxxxxxxxxxxxxxxxxxxx> writes:
BS> On Nov 22, 5:59pm, Alexandre Duret-Lutz wrote:
BS> } Subject: PATCH: _argument, a repeated local, again
BS> }
BS> } That was a local left in a while loop.
BS> I'm not sure which version of _arguments you were diffing against; the
BS> line "nm -eq compstate[nmatches] ]]; then" was replaced at least as far
BS> back as zsh-workers/8603, and isn't present in -pws-9. Here's the diff
BS> against -pws-9 plus zsh-workers/8722.
[...]
In 8728 I was patching over 3.1.6-pws-9 + 8716 + 8722, perhaps you
missed Sven'8716 wich says :
- nm -ne compstate[nmatches] ]] &&
- _requested arguments; then
+ nm -eq compstate[nmatches] ]]; then
--
Alexandre Duret-Lutz
Messages sorted by:
Reverse Date,
Date,
Thread,
Author