Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug with _sh completion function
- X-seq: zsh-workers 18416
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zw <zsh-workers@xxxxxxxxxx>
- Subject: Bug with _sh completion function
- Date: Mon, 31 Mar 2003 21:41:25 -0800 (PST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
There is a problem with the sh completion function.
I have a script in the cwd called Build.sh
When I try to complete: sh -x B<TAB>
The _sh function attempts to complete executable&builtin commands, but not
files in the cwd. It should be completing files in the cwd. (I don?t have dot
in my path.)
I'm not sure what _sh is trying to do, but it is an attempt at a completion
function for several different shells at once.
-FR.
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://platinum.yahoo.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author