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/Builtins/_popd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Builtins/_popd') diff --git a/Completion/Builtins/_popd b/Completion/Builtins/_popd index 9b9b0d048..e906571da 100644 --- a/Completion/Builtins/_popd +++ b/Completion/Builtins/_popd @@ -13,7 +13,7 @@ _wanted directory-stack -V expl 'directory stack' || return 1 ! _style directory-stack prefix-needed || [[ $PREFIX = [-+]* ]] || return 1 -if _style directory-stack description; then +if _style directory-stack verbose; then # get the list of directories with their canonical number # and turn the lines into an array, removing the current directory lines=("${PWD}" "${dirstack[@]}") -- cgit 1.4.1