From 7c670f1e6a0e154f0b1a2d4b6eed0e71c9404b56 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 3 Jul 1999 13:16:46 +0000 Subject: zsh-3.1.5-pws-25 --- Completion/Core/_expand | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Completion/Core/_expand') diff --git a/Completion/Core/_expand b/Completion/Core/_expand index 58e184657..778293a8b 100644 --- a/Completion/Core/_expand +++ b/Completion/Core/_expand @@ -57,7 +57,6 @@ # `%o' in this string will be replaced by the original string. local exp word="$PREFIX$SUFFIX" group=-V - # Do this only for the first global matcher. [[ "$compstate[matcher]" -le 1 ]] || return 1 @@ -88,7 +87,7 @@ exp=("$word") # as the original string, we let other completers run. [[ $#exp -eq 0 || - ( $#exp -eq 1 && "$exp[1]" = "$word" ) ]] && return 1 + ( $#exp -eq 1 && "$exp[1]" = "$word"(|\(N\)) ) ]] && return 1 # We have expansions, should we menucomplete them? -- cgit 1.4.1