From e37ffd5b702b6d219716716a8498cf07e1683546 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 22 Nov 1999 13:31:14 +0000 Subject: zsh-workers/8722 --- Completion/Base/_arguments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base/_arguments') diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index 43f5bb878..f7e1cdedd 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -199,7 +199,7 @@ if comparguments -i "$autod" "$@"; then comparguments -W line opt_args state="${${action[3,-1]##[ ]#}%%[ ]#}" if [[ -n "$usecc" ]]; then - curcontext="$subc" + curcontext="${oldcontext}:$subc" else context="$subc" fi -- cgit 1.4.1