diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-27 09:24:37 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-27 09:24:37 +0000 |
commit | 5d4139d4219904aab388131223bba4e1e967bf03 (patch) | |
tree | 54ba5c228e71111e1dee07f0b9bc4de3b2b8f310 /Completion/User | |
parent | eb2bfcd55571739549ea06b319284a92d01eeb67 (diff) | |
download | zsh-5d4139d4219904aab388131223bba4e1e967bf03.tar.gz zsh-5d4139d4219904aab388131223bba4e1e967bf03.tar.xz zsh-5d4139d4219904aab388131223bba4e1e967bf03.zip |
document _wanted -C; fix for call to _wanted in _urls (10965)
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_urls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_urls b/Completion/User/_urls index 4234aa274..f9c3284f7 100644 --- a/Completion/User/_urls +++ b/Completion/User/_urls @@ -49,7 +49,7 @@ local localhttp_userdir="$localhttp[3]" if [[ "$1" = -f ]]; then shift - _wanted -C -f files _files "$@" && return 0 + _wanted -C -f files expl file _files "$@" && return 0 fi ipre="$IPREFIX" |