From 17502f6eb23dfddb9bdc705eb496ebf41aae4d7c Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 19 Dec 2001 15:10:38 +0000 Subject: add missing description argument in _values calls (16366) --- Completion/Unix/Command/_java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Completion/Unix/Command/_java') diff --git a/Completion/Unix/Command/_java b/Completion/Unix/Command/_java index 0e04cb91d..22003bc26 100644 --- a/Completion/Unix/Command/_java +++ b/Completion/Unix/Command/_java @@ -360,10 +360,11 @@ case "$state" in debug) if [[ -prefix :*, ]]; then compset -P : - _values -s , lines vars source + _values -s , "debug info" lines vars source else - compadd -P: none - compadd -P: -qS, lines vars source + _description debuginfo expl "debug info" + compadd -P: "$expl[@]" none + compadd -P: -qS, "$expl[@]" lines vars source fi ;; -- cgit 1.4.1