1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-17 00:31:09 +02:00

zsh-workers/9830

This commit is contained in:
Tanaka Akira 2000-02-22 09:02:43 +00:00
parent 76953c4d3f
commit d313f7909f

View file

@ -1,4 +1,4 @@
#autoload
#compdef -P */X11(|R[456])/*
local ret long xargs
@ -7,7 +7,7 @@ xargs=(
'-geometry:geometry:_x_geometry'
)
(( $# )) || xargs=( "$xargs[@]" '*:files: _files' )
(( $# )) || xargs=( "$xargs[@]" '*:default: _default' )
long=$argv[(I)--]
if (( long )); then