Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
another optional argument problem?
- X-seq: zsh-workers 11225
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: another optional argument problem?
- Date: 06 May 2000 17:14:01 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Z(5):akr@serein% Src/zsh -f
serein% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
serein% _tst () { _arguments -s '-o::o:(o)' ':a:(a)' }
serein% tst -o<TAB>
It should inseart a space, I think.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author