Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion in braces limitation
- X-seq: zsh-workers 6120
- From: Oliver Kiddle <opk@xxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Completion in braces limitation
- Date: Tue, 27 Apr 1999 13:56:22 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Completion in braces doesn't seem to work in combination with variables:
zsh -f
less $PWD/<tab> - beep and lists files
less $PWD/{<tab> - just beeps
Another feature which would be useful is if completion of variables was
extended to
properly handle associative arrays. So for example, if I have an
associative array named 'test',
cd $test[<tab>
would complete from the list of keys in $test.
Thanks
Oliver Kiddle
Messages sorted by:
Reverse Date,
Date,
Thread,
Author