about summary refs log tree commit diff
path: root/Completion/Unix/Command/_lynx
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 /Completion/Unix/Command/_lynx
parent5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d (diff)
downloadzsh-957c870b578d70089fce73809a84a8048e615d67.tar.gz
zsh-957c870b578d70089fce73809a84a8048e615d67.tar.xz
zsh-957c870b578d70089fce73809a84a8048e615d67.zip
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
Diffstat (limited to 'Completion/Unix/Command/_lynx')
-rw-r--r--Completion/Unix/Command/_lynx2
1 files changed, 1 insertions, 1 deletions
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