about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2004-05-28 14:24:18 +0000
committerClint Adams <clint@users.sourceforge.net>2004-05-28 14:24:18 +0000
commit957c870b578d70089fce73809a84a8048e615d67 (patch)
tree77852d0da61a5bad4b0694876af77491cd3e8c66
parent5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d (diff)
downloadzsh-957c870b578d70089fce73809a84a8048e615d67.tar.gz
zsh-957c870b578d70089fce73809a84a8048e615d67.tar.xz
zsh-957c870b578d70089fce73809a84a8048e615d67.zip
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_lynx2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4148933e9..126f49c58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-05-28  Clint Adams  <clint@zsh.org>
+
+	* 19991: Completion/Unix/Command/_lynx: complete .htm files
+	too.
+
 2004-05-25  Peter Stephenson  <pws@csr.com>
 
 	* 19976: Src/exec.c, Src/jobs.c: `job table full' messages
diff --git a/Completion/Unix/Command/_lynx b/Completion/Unix/Command/_lynx
index 8b4459236..d11807466 100644
--- a/Completion/Unix/Command/_lynx
+++ b/Completion/Unix/Command/_lynx
@@ -140,7 +140,7 @@ restrictions)
     outside_telnet print shell suspend telnet_port useragent && return
   ;;
 html)
-  _alternative 'files:file:_files -g "*.x#html(-.)"' 'urls:URL:_urls' && return
+  _alternative 'files:file:_files -g "*.x#html#(-.)"' 'urls:URL:_urls' && return
   ;;
 esac