mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-17 10:20:55 +01:00
zsh-workers/9879
This commit is contained in:
parent
7fd43dd69c
commit
a1ffd9dd82
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Complete files and expand tilde expansions in it.
|
||||
|
||||
if (( $argv[(I)-W*] )); then
|
||||
if [[ ( -o magicequalsubst && "$IPREFIX" = *\= ) || $argv[(I)-W*] -ne 0 ]]; then
|
||||
_files "$@"
|
||||
return
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue