Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion-in-braces bug
- X-seq: zsh-workers 20023
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Completion-in-braces bug
- Date: Mon, 7 Jun 2004 08:09:15 -0700 (PDT)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Reply-to: zsh-workers@xxxxxxxxxx
- Sender: schaefer@xxxxxxxxxxxxxxxxxx
Another pointed out by Matthias K -- with the cursor after the "M", that
is, inside the right curly brace:
schaefer<504> print ${M}
schaefer<504> print Makefile}
Completing corrections
Makefile Misc/ Makefile.in META-FAQ
Completing original
${M
It's trying to complete a brace-expansion rather than a parameter, it
would appear.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author