Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
options are completed for non-option argument.
- X-seq: zsh-workers 12257
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: options are completed for non-option argument.
- Date: 16 Jul 2000 15:23:12 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Z(2):akr@flux% Src/zsh -f
flux% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
flux% _tst () {
function> _arguments -s '-a' '-b' '-c' ':words:compadd - abyyy abzzz'
function> }
flux% tst ab<TAB><TAB>
-a -c
Options are completed for non-option argument.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author