about summary refs log tree commit diff
path: root/Completion/Builtins/_popd
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Builtins/_popd')
-rw-r--r--Completion/Builtins/_popd2
1 files changed, 1 insertions, 1 deletions
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[@]}")