From 465430918a193aef1448e6161725f644957491d0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 17 Feb 2000 14:09:51 +0000 Subject: zsh-workers/9775 --- Completion/Core/_path_files | 1 + 1 file changed, 1 insertion(+) (limited to 'Completion/Core') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 8c9981f53..91d070283 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -288,6 +288,7 @@ for prepath in "$prepaths[@]"; do # See which of them match what's on the line. if [[ -n "$_comp_correct" ]]; then + tmp2=( "$tmp1[@]" ) builtin compadd -D tmp1 -F _comp_ignore "$matcher[@]" - "${(@)tmp1:t}" if [[ $#tmp1 -eq 0 ]]; then -- cgit 1.4.1