From 188e6569dbb250b25bf3fe74b9d13007d5207b51 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 10 Dec 1999 14:47:55 +0000 Subject: manual/8992 --- Completion/Core/_oldlist | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Completion/Core/_oldlist') diff --git a/Completion/Core/_oldlist b/Completion/Core/_oldlist index ba57ed6b4..b0092d586 100644 --- a/Completion/Core/_oldlist +++ b/Completion/Core/_oldlist @@ -2,7 +2,7 @@ local curcontext="${curcontext}:oldlist" list -_style -s '' list list +zstyle -s ":completion${curcontext}:" list list # If this is a listing widget and there is already an old list, # and either the style :oldlist:list is `always', or it is not `never' @@ -33,7 +33,8 @@ fi if [[ -z $compstate[old_insert] && -n $compstate[old_list] ]]; then compstate[old_list]=keep -elif [[ $WIDGET = *complete(|-prefix|-word) ]] && _style '' menu; then +elif [[ $WIDGET = *complete(|-prefix|-word) ]] && + zstyle -t ":completion${curcontext}:" menu; then if [[ -n $compstate[old_insert] ]]; then compstate[old_list]=keep if [[ $WIDGET = *reverse* ]]; then -- cgit 1.4.1