Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.1.9-dev-6 completion problem: `a | b`
- X-seq: zsh-workers 12798
- From: "E. Jay Berkenbilt" <ejb@xxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: 3.1.9-dev-6 completion problem: `a | b`
- Date: Wed, 13 Sep 2000 13:06:51 -0400
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
If I say any of the following:
a | TAB
`TAB
a; TAB
`a; TAB
I get a list of commands. However, if I say
`a | TAB
I get a list of files. In fact, even if I say
`a | junkTAB
I get a list of files. I haven't studied the code enough to know what
the problem is. Changing ` to $( in all above cases does not change
the behavior.
--
E. Jay Berkenbilt (ejb@xxxxxx) | http://www.ql.org/q/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author