Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
pws-14: bug in pattern removing in _path_files again
- X-seq: zsh-workers 5966
- From: "Andrej Borsenkow" <borsenkow.msk@xxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: pws-14: bug in pattern removing in _path_files again
- Date: Fri, 26 Mar 1999 19:26:13 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
bor@itsrm2:~%> l /t/s/gl/coTAB
bor@itsrm2:~%> l /tools/src/glib-1./configTAB
beep
In log I can see, that at the second TAB _path_files is called again, and
builds the pattern:
/tools*/src*/glib-1./config*
because `.*' is explicitly removed :-)
I suspect, that first TAB changes cursor position and hence cancels current
completion. Am I right?
cheers
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author