Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug in alternative completion?
- X-seq: zsh-workers 4009
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Bug in alternative completion?
- Date: Fri, 29 May 1998 12:16:43 -0700
Given:
compctl -C -aBF + -K foo
(it doesn't matter what function foo does), aliases/builtins/functions are
NOT completed in the command position; the reply from `foo' is always used.
If instead the order is reversed:
compctl -C -K foo + -aBF
then completion of aliases/builtins/functions proceeds correctly whenever
`foo' produces an empty reply.
This is zsh 3.0.5; I haven't tried 3.1.2.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author