From 5d4139d4219904aab388131223bba4e1e967bf03 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 27 Apr 2000 09:24:37 +0000 Subject: document _wanted -C; fix for call to _wanted in _urls (10965) --- Completion/User/_urls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') 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" -- cgit 1.4.1