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

completion just after an option by _arguments.



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