From 3d9d13e918c195f974ff7b2f1dc5b65f6b20a441 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 22 Nov 1999 12:29:47 +0000 Subject: zsh-workers/8720 --- Completion/Core/_menu | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Completion/Core/_menu') diff --git a/Completion/Core/_menu b/Completion/Core/_menu index e9558fe05..5b864c6a1 100644 --- a/Completion/Core/_menu +++ b/Completion/Core/_menu @@ -1,10 +1,6 @@ #autoload -local curcontext="$curcontext" - -# Probably set initial context. - -[[ -z "$curcontext" ]] && curcontext=':menu' +local curcontext="${curcontext}:menu" # This completer is an example showing how menucompletion can be # implemented with the new completion system. -- cgit 1.4.1