From c64a281a9b21bef8cc40abbf222e63d599ae4d5e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 14 Jan 2000 09:40:52 +0000 Subject: zsh-workers/9317 --- Completion/User/_urls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Completion/User/_urls b/Completion/User/_urls index 3bd5dfa72..7b68b33f4 100644 --- a/Completion/User/_urls +++ b/Completion/User/_urls @@ -88,7 +88,7 @@ case "$scheme" in if [[ -f "$urls_path/$scheme/${(Q)PREFIX}${(Q)SUFFIX}" && -s "$urls_path/$scheme/${(Q)PREFIX}${(Q)SUFFIX}" ]]; then _wanted -C bookmark bookmarks expl bookmarks && - compadd "$expl[@]" "$@" -QU - \ + compadd "$expl[@]" "$@" -U - \ "$ipre$(<"$urls_path/$scheme/${(Q)PREFIX}${(Q)SUFFIX}")" && ret=0 else if _wanted -C bookmark files expl 'bookmark'; then @@ -107,7 +107,7 @@ if ! compset -P '(#b)([^/]#)/' && uhosts=($urls_path/$scheme/$PREFIX*$SUFFIX(/:t)) (( $#uhosts )) || _hosts -S/ && ret=0 [[ "$scheme" = http ]] && uhosts=($uhosts $localhttp_servername) - compadd "$expl[@]" "$@" -QS/ - $uhosts && ret=0 + compadd "$expl[@]" "$@" -S/ - $uhosts && ret=0 return ret fi host="$match[1]" -- cgit 1.4.1