Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion just after an option by _arguments.
- X-seq: zsh-workers 9474
- From: Tanaka Akira <akr@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: completion just after an option by _arguments.
- Date: 30 Jan 2000 12:37:07 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
I found a problem with _arguments.
Z:akr@is27e1u11% Src/zsh -f
is27e1u11% bindkey -e; autoload -U compinit; compinit -D; compdef _tst tst
is27e1u11% _tst () { _arguments '-x[desc]' }
is27e1u11% zstyle ':completion*:messages' format '%d'
is27e1u11% tst -x<TAB>
no arguments
It should insert a space. 3.1.6-pws-6 works so.
--
Tanaka Akira
Messages sorted by:
Reverse Date,
Date,
Thread,
Author