From 393defe45f1c7a8b47a560326a2299a81d32100a Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 6 Jan 2000 01:13:05 +0000 Subject: zsh-workers/9228 --- Completion/Builtins/_popd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Builtins/_popd b/Completion/Builtins/_popd index 9c5981d17..2ba1fbd5f 100644 --- a/Completion/Builtins/_popd +++ b/Completion/Builtins/_popd @@ -17,7 +17,7 @@ _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 - lines=("${PWD}" "${dirstack[@]}") + lines=("${dirstack[@]}") if [[ ( $PREFIX[1] = - && ! -o pushdminus ) || ( $PREFIX[1] = + && -o pushdminus ) ]]; then -- cgit 1.4.1