Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: #autoload <option>
- X-seq: zsh-workers 10270
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: #autoload <option>
- Date: Mon, 27 Mar 2000 11:56:01 +0200 (MET DST)
- In-reply-to: "Bart Schaefer"'s message of Mon, 27 Mar 2000 09:46:31 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Bart Schaefer wrote:
> On Mar 27, 10:48am, Sven Wischnowsky wrote:
> } Subject: PATCH: #autoload <option>
> }
> } And then it fixes to uses of compstate[force_list] in i-c-w and
> } predict-on. Dunno how they survived.
> }
> } diff -ru ../z.old/Functions/Zle/predict-on Functions/Zle/predict-on
> } --- ../z.old/Functions/Zle/predict-on Mon Mar 27 10:25:59 2000
> } +++ Functions/Zle/predict-on Mon Mar 27 10:42:48 2000
> } @@ -130,10 +130,9 @@
> } compstate[nmatches] > compstate[list_max] ) ))
> } then
> } compstate[list]=''
> } - compstate[force_list]=yes
> } elif zstyle -t ":completion:::predict::" list always
> } then
> } - compstate[force_list]=yes
> } + compstate[list]='force list'
> } fi
> } }
>
> This failed for me, because I have
>
> elif zstyle -t ":completion:predict::::" list always
>
> at line 134. So does 3.1.6-dev-20. I thought we went through this
> before ...
Indeed. My version was wrong. Sorry (must have missed that in the diff
to dev-20).
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author