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:
parent
bad8ea3cc7
commit
e49689cba8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue