1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 10:41:11 +02:00

zsh-workers/9616

This commit is contained in:
Tanaka Akira 2000-02-08 10:09:31 +00:00
parent bad8ea3cc7
commit e49689cba8

View file

@ -452,7 +452,7 @@ for prepath in "$prepaths[@]"; do
if (( $#tmp4 )) ||
[[ -n "$compstate[pattern_match]" &&
"$PREFIX$SUFFIX" != "${(q)PREFIX}${(q)SUFFIX}" ]]; then
"${PREFIX:s/$//}${SUFFIX:s/$//}" != "${(q)PREFIX:s/$//}${(q)SUFFIX:s/$//}" ]]; then
# It is. For menucompletion we now add the possible completions
# for this component with the unambigous prefix we have built