From 256cde1884ee30a291b8845e4e817031ffca3e87 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 21 Feb 2000 09:53:40 +0000 Subject: zsh-workers/9809 --- Completion/Builtins/_popd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Builtins') diff --git a/Completion/Builtins/_popd b/Completion/Builtins/_popd index 6f0908ede..b79121139 100644 --- a/Completion/Builtins/_popd +++ b/Completion/Builtins/_popd @@ -9,11 +9,11 @@ setopt extendedglob nonomatch local expl list lines revlines disp -_wanted -V directory-stack expl 'directory stack' || return 1 - ! zstyle -T ":completion:${curcontext}:directory-stack" prefix-needed || [[ $PREFIX = [-+]* ]] || return 1 +_wanted -V directory-stack expl 'directory stack' || return 1 + if zstyle -T ":completion:${curcontext}:directory-stack" verbose; then # get the list of directories with their canonical number # and turn the lines into an array, removing the current directory -- cgit 1.4.1