Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
3.1.6-pws-1: partial path with braces completion problem
- X-seq: zsh-workers 7396
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: 3.1.6-pws-1: partial path with braces completion problem
- Date: Sun, 8 Aug 1999 13:42:15 +0400
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
bor@itsrm2:~%> zsh -f
itsrm2% autoload compinit;compinit -D
itsrm2% l /t/b/{zsh<TAB>
itsrm2% l /tool{s/bin/zsh
^^^
Note, that the brace was (re)inserted at the old place. If I now try to insert
something with accept-and-menu-complete, it will correctly insert the
``s/bin/zsh-xxx'' - but, it is rather unexpected. And, users will probably
expect, that they simply can type in ``,zsh.old,zsh-what-ever}'' - and this does
not work any more.
/andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author