diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-01 15:29:41 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-12-01 15:29:41 +0000 |
commit | f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca (patch) | |
tree | c2a3b06a34243abe3826eead259bb08900f011f1 /Completion/Base/_arguments | |
parent | 26cf7b8d50f1b7d9d0b9115018ef4dc8624b5030 (diff) | |
download | zsh-f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca.tar.gz zsh-f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca.tar.xz zsh-f844c87a4d676bcc8ad7ac24b5132d7aa5ccfeca.zip |
zsh-workers/8840
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r-- | Completion/Base/_arguments | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index 031ed90cf..0170ce307 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -194,7 +194,7 @@ if comparguments -i "$autod" "$@"; then while true; do while _tags; do if [[ -n "$matched" ]] || _requested arguments; then - _description expl "$descr" + _description arguments expl "$descr" if [[ "$action" = -\>* ]]; then comparguments -W line opt_args @@ -268,7 +268,7 @@ if comparguments -i "$autod" "$@"; then if comparguments -s single; then - _description expl option + _description options expl option if [[ "$single" = direct ]]; then compadd "$expl[@]" -QS '' - "${PREFIX}${SUFFIX}" |