diff options
author | Clint Adams <clint@users.sourceforge.net> | 2004-05-28 14:24:18 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2004-05-28 14:24:18 +0000 |
commit | 957c870b578d70089fce73809a84a8048e615d67 (patch) | |
tree | 77852d0da61a5bad4b0694876af77491cd3e8c66 /Completion/Unix | |
parent | 5ac05cab9f7bfcd5dc9b08a67e18ff5e317f8d1d (diff) | |
download | zsh-957c870b578d70089fce73809a84a8048e615d67.tar.gz zsh-957c870b578d70089fce73809a84a8048e615d67.tar.xz zsh-957c870b578d70089fce73809a84a8048e615d67.zip |
* 19991: Completion/Unix/Command/_lynx: complete .htm files too.
Diffstat (limited to 'Completion/Unix')
-rw-r--r-- | Completion/Unix/Command/_lynx | 2 |
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 |