1
0
Fork 0
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:
Tanaka Akira 2000-02-25 15:42:14 +00:00
parent 7fd43dd69c
commit a1ffd9dd82

View file

@ -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