about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Command/_lynx2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c420804f..cf96b1c9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-09-26  Oliver Kiddle  <opk@zsh.org>
 
+	* unposted: Completion/Unix/Command/_lynx: minor bug fix (missing -g)
+
 	* 17632, 16546 (Felix): Completion/Unix/Command/_cvs: merge
 	changes from 4.1 branch
 
diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx
index f64190c8c..855213b7c 100644
--- a/Completion/Unix/Command/_lynx
+++ b/Completion/Unix/Command/_lynx
@@ -140,6 +140,6 @@ restrictions)
     outside_telnet print shell suspend telnet_port useragent
   ;;
 html)
-  _alternative 'files:file:_files "*.x#html"' 'urls:url:_urls'
+  _alternative 'files:file:_files -g "*.x#html"' 'urls:url:_urls'
   ;;
 esac