Index: _java =================================================================== RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_java,v retrieving revision 1.1 diff -r1.1 _java 4c4 < local curcontext="$curcontext" state line --- > local curcontext="$curcontext" state line jf 48c48,49 < '*:arguments:_default' && return 0 --- > '*::args: _normal' \ > && return 0 528a530,537 > elif [[ $words[2] = *x* ]]; then > jf="$words[3]" > if [[ $jf != $_jar_cache_name && -f $jf ]]; then > _jar_cache_list=("${(@f)$($words[1] tf $jf)}") > _jar_cache_name=$jf > fi > > _wanted files expl 'file from archive' _multi_parts / _jar_cache_list