Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

another optional argument problem?



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