Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: completion or'ing and grouping
- X-seq: zsh-workers 4527
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: PATCH: completion or'ing and grouping
- Date: Wed, 4 Nov 1998 08:56:16 +0100 (MET)
- In-reply-to: Peter Stephenson's message of Tue, 03 Nov 1998 18:03:24 +0100
Peter Stephenson wrote:
> ...
>
> Second, there seems to be a problem with menucompletion set. It now
> pauses when it gets to an ambiguous completion, and only cycles
> through the next time you hit tab --- in other words it seems to have
> turned into the normal automenu behaviour.
The patch below fixes this.
Bye
Sven
*** os/Zle/zle_tricky.c Tue Nov 3 12:00:06 1998
--- Src/Zle/zle_tricky.c Wed Nov 4 08:51:26 1998
***************
*** 3210,3216 ****
static void
makecomplistor(Compctl cc, char *s, int incmd, int compadd, int sub)
{
! int mn, ct, um = 0;
/* Loop over xors. */
do {
--- 3210,3216 ----
static void
makecomplistor(Compctl cc, char *s, int incmd, int compadd, int sub)
{
! int mn, ct, um = usemenu;
/* Loop over xors. */
do {
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author