Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zle parameters in completion widgets
- X-seq: zsh-workers 5110
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: zle parameters in completion widgets
- Date: Fri, 29 Jan 1999 09:04:12 -0800
- In-reply-to: <199901291008.LAA14075@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <199901291008.LAA14075@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On Jan 29, 11:08am, Sven Wischnowsky wrote:
} Subject: PATCH: zle parameters in completion widgets
}
} Now, to get completion only on the second tab, just add
}
} [[ "$WIDGET" != "$LASTWIDGET" ]] && return
Actually, the request as for completion on the first tab, but autolist
only on the second tab. So it'd have to be something like
[[ "$WIDGET" != "$LASTWIDGET" ]] && complist ...
where "..." gets filled in appropriately for whatever other completion
is in progress. Right?
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author