From ad108b32774ef7860c280c4609aa178c15e6b759 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 24 Mar 2000 11:58:53 +0000 Subject: zsh-workers/10226 --- Completion/Core/_path_files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 9f197f324..d5feaa540 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -417,9 +417,9 @@ for prepath in "$prepaths[@]"; do # Next we see if this component is ambiguous. if [[ "$tmp3" = */* ]]; then - tmp4=$tmp1[(I)^${tmp1[1]%%/*}/*] + tmp4=$tmp1[(I)^${(q)tmp1[1]%%/*}/*] else - tmp4=$tmp1[(I)^${tmp1[1]}] + tmp4=$tmp1[(I)^${(q)tmp1[1]}] fi if [[ "$tpre" = */* ]]; then -- cgit 1.4.1