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/_list | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Completion/Core/_list') diff --git a/Completion/Core/_list b/Completion/Core/_list index 803da2f71..ea2ed36aa 100644 --- a/Completion/Core/_list +++ b/Completion/Core/_list @@ -4,11 +4,7 @@ # insert possible completions only after the list has been shown at # least once. -local pre suf curcontext="$curcontext" expr - -# Probably set initial context. - -[[ -z "$curcontext" ]] && curcontext=':list' +local pre suf curcontext="${curcontext}:list" expr # Get the strings to compare. -- cgit 1.4.1