Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
error in 19.3.1
- X-seq: zsh-users 10743
- From: Roman Neuhauser <neuhauser@xxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: error in 19.3.1
- Date: Tue, 19 Sep 2006 22:28:52 +0000
- Mail-followup-to: zsh users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
This is near the end of 19.3.1:
For example:
zstyle -e ':completion:*' completer '
if [[ $words[1] = cvs ]]; then
reply=(_complete)
else
reply=(_complete _approximate)
fi'
uses the value `_complete' for the completer style in most contexts, but
the value `_complete _approximate' when the first word on the command
line is `cvs'.
--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
Messages sorted by:
Reverse Date,
Date,
Thread,
Author