From cfa7436ee6fd00e2cb21cb2d04417aebd10ed921 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 1 Nov 1999 09:41:56 +0000 Subject: zsh-workers/8479 --- Completion/Core/_path_files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Core') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index cbec82c8a..9b2b332b0 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -10,7 +10,7 @@ local nm=$compstate[nmatches] menu match matcher typeset -U prepaths exppaths -setopt localoptions nullglob rcexpandparam +setopt localoptions nullglob rcexpandparam globdots unsetopt markdirs globsubst shwordsplit nounset local sopt='-' gopt='' opt @@ -210,7 +210,7 @@ for prepath in "$prepaths[@]"; do # Get the matching files by globbing. if [[ "$tpre$tsuf" = */* ]]; then - tmp1=( ${^tmp1}*(-D/) ) + tmp1=( ${^tmp1}*(-/) ) else tmp1=( ${^tmp1}${^~pats} ) fi -- cgit 1.4.1