Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
`no more arguments' is not displayed.
- X-seq: zsh-workers 11256
- From: Tanaka Akira <akr@xxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: `no more arguments' is not displayed.
- Date: 08 May 2000 20:14:17 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Z(4):akr@serein% Src/zsh -f
serein% bindkey -e; fpath=($PWD/Completion/*(/)); autoload -U compinit; compinit -D; compdef _tst tst
serein% zstyle ':completion:*' group-name ''
serein% zstyle ':completion:*:messages' format %d
serein% zstyle ':completion:*:descriptions' format %d
serein% _tst () { _arguments ":desc1:(arg1)" }
serein% tst a <TAB>
This doesn't show `no more arguments' now.
(Try `make check'.)
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author