diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-06 01:13:05 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-01-06 01:13:05 +0000 |
| commit | 393defe45f1c7a8b47a560326a2299a81d32100a (patch) | |
| tree | 1a65beab1d20ca4a75a93b3031fe60aba57b360f /Completion/Builtins | |
| parent | zsh-workers/9227 (diff) | |
| download | zsh-393defe45f1c7a8b47a560326a2299a81d32100a.tar zsh-393defe45f1c7a8b47a560326a2299a81d32100a.tar.gz zsh-393defe45f1c7a8b47a560326a2299a81d32100a.tar.bz2 zsh-393defe45f1c7a8b47a560326a2299a81d32100a.tar.lz zsh-393defe45f1c7a8b47a560326a2299a81d32100a.tar.xz zsh-393defe45f1c7a8b47a560326a2299a81d32100a.tar.zst zsh-393defe45f1c7a8b47a560326a2299a81d32100a.zip | |
zsh-workers/9228
Diffstat (limited to 'Completion/Builtins')
| -rw-r--r-- | Completion/Builtins/_popd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
