diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-22 09:02:43 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-22 09:02:43 +0000 |
commit | d313f7909fd6b640f570a94fd439dda8574a7b68 (patch) | |
tree | f1eff94179a5e8e4a995796fbdec7737bf0bf11e /Completion/X | |
parent | 76953c4d3f155e78467b8c6505bebcd8e9efeafc (diff) | |
download | zsh-d313f7909fd6b640f570a94fd439dda8574a7b68.tar.gz zsh-d313f7909fd6b640f570a94fd439dda8574a7b68.tar.xz zsh-d313f7909fd6b640f570a94fd439dda8574a7b68.zip |
zsh-workers/9830
Diffstat (limited to 'Completion/X')
-rw-r--r-- | Completion/X/_x_arguments | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/X/_x_arguments b/Completion/X/_x_arguments index b1cf59f8f..08ed5f8ac 100644 --- a/Completion/X/_x_arguments +++ b/Completion/X/_x_arguments @@ -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 |