From 4fec788fa5f6e7c9723e02e3d0b57068ce9785aa Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 19 May 1999 13:10:41 +0000 Subject: zsh-3.1.5-pws-19 --- Completion/Core/_path_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Core/_path_files') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 16666909b..332aba017 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -222,7 +222,7 @@ for prepath in "$prepaths[@]"; do # Get the matching files by globbing. if [[ "$tpre$tsuf" = */* ]]; then - tmp1=( ${^tmp1}*(D/) ) + tmp1=( ${^tmp1}*(-D/) ) else tmp1=( ${^tmp1}${^~pats} ) fi -- cgit 1.4.1