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:
parent
76953c4d3f
commit
d313f7909f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue