From d2608bb9bd922866b9d4705c989a7cb2f8327ffd Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 9 Aug 2002 16:05:43 +0000 Subject: 17522: clean up a few things --- Completion/Unix/Type/_urls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Type/_urls') diff --git a/Completion/Unix/Type/_urls b/Completion/Unix/Type/_urls index e696c98df..82449f795 100644 --- a/Completion/Unix/Type/_urls +++ b/Completion/Unix/Type/_urls @@ -1,4 +1,4 @@ -#compdef curl +#compdef curl -value-,http_proxy,-default- # Configuration styles used: # @@ -82,7 +82,7 @@ case "$scheme" in fi ;; file) - [[ -prefix //localhost/ ]] && compset -P //localhost + [[ -prefix //(127.0.0.1|localhost)/ ]] && compset -P //(127.0.0.1|localhost) [[ -prefix /// ]] && compset -P // if ! compset -P //; then _tags -C file files -- cgit 1.4.1